diff options
-rw-r--r-- | src/memmap.h | 4 | ||||
-rw-r--r-- | src/port.h | 1 |
2 files changed, 1 insertions, 4 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(); @@ -128,7 +128,6 @@ typedef short int16_32; #define CHECK_SOUND() #define VOID void #define CPU_SHUTDOWN -//#define UNZIP_SUPPORT #define ZeroMemory(a,b) memset((a),0,(b)) #define PACKING __attribute__ ((packed)) #define ALIGN_BY_ONE __attribute__ ((aligned (1), packed)) |