summaryrefslogtreecommitdiff
path: root/src/sar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sar.h')
-rw-r--r--src/sar.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/sar.h b/src/sar.h
index b161053..c49f91f 100644
--- a/src/sar.h
+++ b/src/sar.h
@@ -82,19 +82,6 @@
#include "port.h"
-#ifndef snes9x_types_defined
-#define snes9x_types_defined
-
-typedef unsigned char uint8;
-typedef unsigned short uint16;
-typedef unsigned int uint32;
-typedef unsigned char bool8;
-typedef unsigned int bool32;
-typedef signed char int8;
-typedef short int16;
-typedef int int32;
-#endif
-
#ifdef RIGHTSHIFT_IS_SAR
#define SAR8(b, n) ((b)>>(n))
#define SAR16(b, n) ((b)>>(n))