aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.h
diff options
context:
space:
mode:
authortwinaphex2016-08-06 00:49:32 +0200
committertwinaphex2016-08-06 00:49:32 +0200
commit782210614519c2368a240b5668b24b8f3874c12c (patch)
treee2aa2600ff71c397ca30e13fbc10798a4d541460 /source/memmap.h
parentf17c30ecfb60f085cf928724d19d8c3ab693801f (diff)
downloadsnes9x2005-782210614519c2368a240b5668b24b8f3874c12c.tar.gz
snes9x2005-782210614519c2368a240b5668b24b8f3874c12c.tar.bz2
snes9x2005-782210614519c2368a240b5668b24b8f3874c12c.zip
Reimplement save RAM - do it the libretro way by implementing
retro_get_memory_data and friends
Diffstat (limited to 'source/memmap.h')
-rw-r--r--source/memmap.h3
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);