diff options
Diffstat (limited to 'source/memmap.h')
-rw-r--r-- | source/memmap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/memmap.h b/source/memmap.h index 0be1192..3be1cd3 100644 --- a/source/memmap.h +++ b/source/memmap.h @@ -145,7 +145,6 @@ uint32_t FileLoader(uint8_t* buffer, const char* filename, int32_t maxsize); #endif void InitROM(bool); bool LoadSRAM(const char*); -bool SaveSRAM(const char*); bool S9xInitMemory(); void S9xDeinitMemory(); void FreeSDD1Data(); @@ -258,8 +257,6 @@ bool LoadZip(const char* zipname, uint8_t* buffer); -void S9xAutoSaveSRAM(); - #ifdef NO_INLINE_SET_GET uint8_t S9xGetByte(uint32_t Address); uint16_t S9xGetWord(uint32_t Address); |