aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.h
diff options
context:
space:
mode:
authortwinaphex2016-08-06 01:09:06 +0200
committertwinaphex2016-08-06 01:09:06 +0200
commit2c326220170c58bd533d018e39d2b482566d7208 (patch)
treee45199f1f06f974949441f9a0dcaa8cc766622f2 /source/memmap.h
parentfb2302917d24904e8a65adf9b6f7fb9b95ce8cd8 (diff)
downloadsnesemu-2c326220170c58bd533d018e39d2b482566d7208.tar.gz
snesemu-2c326220170c58bd533d018e39d2b482566d7208.tar.bz2
snesemu-2c326220170c58bd533d018e39d2b482566d7208.zip
Remove prototype
Diffstat (limited to 'source/memmap.h')
-rw-r--r--source/memmap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/memmap.h b/source/memmap.h
index 9000641..f94fde3 100644
--- a/source/memmap.h
+++ b/source/memmap.h
@@ -250,11 +250,6 @@ void ResetSpeedMap();
extern CMemory Memory;
void S9xDeinterleaveMode2();
-bool LoadZip(const char* zipname,
- int32_t* TotalFileSize,
- int32_t* headers,
- uint8_t* buffer);
-
#ifdef NO_INLINE_SET_GET
uint8_t S9xGetByte(uint32_t Address);