diff options
author | twinaphex | 2015-11-14 06:03:38 +0100 |
---|---|---|
committer | twinaphex | 2015-11-14 06:03:38 +0100 |
commit | a32ea8dfa712ea9dda095949f7a4f204009d8197 (patch) | |
tree | e9d1404624922dbd9b40d303696f7be6ab7e5bd4 /old | |
parent | b4bc0228bf90131df2f4b8fde18bca4fb81b0bc6 (diff) | |
download | snes9x2002-a32ea8dfa712ea9dda095949f7a4f204009d8197.tar.gz snes9x2002-a32ea8dfa712ea9dda095949f7a4f204009d8197.tar.bz2 snes9x2002-a32ea8dfa712ea9dda095949f7a4f204009d8197.zip |
Old dusty x86 32bit-only ASM isn't going to work in the modern era
Diffstat (limited to 'old')
-rw-r--r-- | old/spc700/debug/port.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/old/spc700/debug/port.h b/old/spc700/debug/port.h index 1a056fb..e7c3e8e 100644 --- a/old/spc700/debug/port.h +++ b/old/spc700/debug/port.h @@ -174,8 +174,6 @@ void gp32_fseek (long position,int ref,long *s); #define CPU_SHUTDOWN
#define VAR_CYCLES
#define SPC700_C
-//#define ZSNES_C4
-//#define ZSNES_FX
#define EXECUTE_SUPERFX_PER_LINE
//#define THREADCPU
|