summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2016-08-05 22:01:27 +0200
committertwinaphex2016-08-05 22:01:27 +0200
commitc77c919154c9af8c453911608cc611df57236561 (patch)
tree2a3a6f7bf86a37b7b7a207a5dd7dcd5480bedfd3
parent9cc3df09703f1d5011f00e2b8529352af52ff839 (diff)
downloadsnes9x2002-c77c919154c9af8c453911608cc611df57236561.tar.gz
snes9x2002-c77c919154c9af8c453911608cc611df57236561.tar.bz2
snes9x2002-c77c919154c9af8c453911608cc611df57236561.zip
Cleanups
-rw-r--r--src/memmap.h4
-rw-r--r--src/port.h1
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();
diff --git a/src/port.h b/src/port.h
index 9a18644..fa90601 100644
--- a/src/port.h
+++ b/src/port.h
@@ -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))