aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);