summaryrefslogtreecommitdiff
path: root/src/memmap.h
diff options
context:
space:
mode:
authortwinaphex2018-12-28 00:32:13 +0100
committertwinaphex2018-12-28 00:32:13 +0100
commitc007afe6fd51827fade7aa15a0a798be8bd97839 (patch)
tree3b8aca538bec3b42ef9bd33549a15110c3a20e37 /src/memmap.h
parent29db3cf00f552808b3f1dc5d11fcdbbefc659ec4 (diff)
downloadsnes9x2002-c007afe6fd51827fade7aa15a0a798be8bd97839.tar.gz
snes9x2002-c007afe6fd51827fade7aa15a0a798be8bd97839.tar.bz2
snes9x2002-c007afe6fd51827fade7aa15a0a798be8bd97839.zip
Start significantly refactoring this codebase so we can get it
to work with MSVC
Diffstat (limited to 'src/memmap.h')
-rw-r--r--src/memmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/memmap.h b/src/memmap.h
index 175bc39..4e0e338 100644
--- a/src/memmap.h
+++ b/src/memmap.h
@@ -163,13 +163,11 @@ typedef struct
char ROMFilename [_MAX_PATH];
} CMemory;
-START_EXTERN_C
extern CMemory Memory;
extern uint8* SRAM;
extern uint8* ROM;
extern uint8* RegRAM;
void S9xDeinterleaveMode2();
-END_EXTERN_C
#ifdef NO_INLINE_SET_GET
uint8 S9xGetByte(uint32 Address, struct SCPUState*);