summaryrefslogtreecommitdiff
path: root/src/memmap.h
diff options
context:
space:
mode:
authortwinaphex2016-08-05 22:01:27 +0200
committertwinaphex2016-08-05 22:01:27 +0200
commitc77c919154c9af8c453911608cc611df57236561 (patch)
tree2a3a6f7bf86a37b7b7a207a5dd7dcd5480bedfd3 /src/memmap.h
parent9cc3df09703f1d5011f00e2b8529352af52ff839 (diff)
downloadsnes9x2002-c77c919154c9af8c453911608cc611df57236561.tar.gz
snes9x2002-c77c919154c9af8c453911608cc611df57236561.tar.bz2
snes9x2002-c77c919154c9af8c453911608cc611df57236561.zip
Cleanups
Diffstat (limited to 'src/memmap.h')
-rw-r--r--src/memmap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/memmap.h b/src/memmap.h
index fd6c591..3b7cd83 100644
--- a/src/memmap.h
+++ b/src/memmap.h
@@ -1,4 +1,4 @@
-/*
+0/*
* Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
*
* (c) Copyright 1996 - 2001 Gary Henderson (gary.henderson@ntlworld.com) and
@@ -109,8 +109,6 @@ bool8_32 AllASCII(uint8* b, int size);
int ScoreHiROM(bool8_32 skip_header);
int ScoreLoROM(bool8_32 skip_header);
void ApplyROMFixes();
-void CheckForIPSPatch(const char* rom_filename, bool8_32 header,
- int32* rom_size);
const char* TVStandard();
const char* Speed();