summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/port.h b/src/port.h
index 6f2180c..0f12e7a 100644
--- a/src/port.h
+++ b/src/port.h
@@ -53,10 +53,7 @@ I can't take it anymore, it's too convoluted. So I've commented out the entire
with a single define-block for each target platform.
*/
-//Title
-#define TITLE "Snes9x"
-
-//Required Includes
+/* Required Includes */
#include "pixform.h"
#include <stdint.h>
#include <limits.h>
@@ -117,7 +114,6 @@ typedef short int16_32;
#define STATIC static
#define FASTCALL
#define PIXEL_FORMAT RGB565
-#define CHECK_SOUND()
#define CPU_SHUTDOWN
#define ZeroMemory(a,b) memset((a),0,(b))
#define PACKING __attribute__ ((packed))