aboutsummaryrefslogtreecommitdiff
path: root/source/sa1cpu.c
diff options
context:
space:
mode:
authorJoão Silva2017-01-14 23:08:50 +0000
committerJoão Silva2017-01-14 23:08:50 +0000
commit3b8323853f4eeddb61398e77c51bb2349f430227 (patch)
tree55cb980be4bf5bf93041392470637d78c73b4854 /source/sa1cpu.c
parentd59c856fbf576daa91fa4a8bade38d97b4edbbe4 (diff)
downloadsnes9x2005-3b8323853f4eeddb61398e77c51bb2349f430227.tar.gz
snes9x2005-3b8323853f4eeddb61398e77c51bb2349f430227.tar.bz2
snes9x2005-3b8323853f4eeddb61398e77c51bb2349f430227.zip
Removed a LOT of useless stuff.
Diffstat (limited to 'source/sa1cpu.c')
-rw-r--r--source/sa1cpu.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/sa1cpu.c b/source/sa1cpu.c
index 2579be8..40cbd0e 100644
--- a/source/sa1cpu.c
+++ b/source/sa1cpu.c
@@ -109,7 +109,6 @@
#define TRB16 SA1TRB16
#define TRB8 SA1TRB8
-//#undef CPU_SHUTDOWN
#undef VAR_CYCLES
#define SA1_OPCODES
@@ -119,18 +118,6 @@ void S9xSA1MainLoop()
{
int i;
-#if 0
- if (SA1.Flags & NMI_FLAG)
- {
- SA1.Flags &= ~NMI_FLAG;
- if (SA1.WaitingForInterrupt)
- {
- SA1.WaitingForInterrupt = false;
- SA1.PC++;
- }
- S9xSA1Opcode_NMI();
- }
-#endif
if (SA1.Flags & IRQ_PENDING_FLAG)
{
if (SA1.IRQActive)