From c77c919154c9af8c453911608cc611df57236561 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 5 Aug 2016 22:01:27 +0200 Subject: Cleanups --- src/memmap.h | 4 +--- src/port.h | 1 - 2 files changed, 1 insertion(+), 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)) -- cgit v1.2.3