aboutsummaryrefslogtreecommitdiff
path: root/source/seta011.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/seta011.c
parentd59c856fbf576daa91fa4a8bade38d97b4edbbe4 (diff)
downloadsnes9x2005-3b8323853f4eeddb61398e77c51bb2349f430227.tar.gz
snes9x2005-3b8323853f4eeddb61398e77c51bb2349f430227.tar.bz2
snes9x2005-3b8323853f4eeddb61398e77c51bb2349f430227.zip
Removed a LOT of useless stuff.
Diffstat (limited to 'source/seta011.c')
-rw-r--r--source/seta011.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/source/seta011.c b/source/seta011.c
index f369bc8..ef49c21 100644
--- a/source/seta011.c
+++ b/source/seta011.c
@@ -27,10 +27,6 @@ uint8_t S9xGetST011(uint32_t Address)
else
t = Memory.SRAM[address];
- // debug
- // if(address<0x150)
- // printf( "ST011 R: %06X %02X\n", Address, t);
-
return t;
}
@@ -49,10 +45,6 @@ void S9xSetST011(uint32_t Address, uint8_t Byte)
reset = true;
}
- // debug
- // if(address<0x150)
- // printf( "ST011 W: %06X %02X\n", Address, Byte );
-
Memory.SRAM[address] = Byte;
// op commands/data goes through this address
@@ -124,27 +116,16 @@ void S9xSetST011(uint32_t Address, uint8_t Byte)
// unknown
case 0x04:
- {
- // outputs
- Memory.SRAM[0x12C] = 0x00;
- //Memory.SRAM[0x12D] = 0x00;
- Memory.SRAM[0x12E] = 0x00;
- }
- break;
-
- // unknown
case 0x05:
{
// outputs
Memory.SRAM[0x12C] = 0x00;
- //Memory.SRAM[0x12D] = 0x00;
Memory.SRAM[0x12E] = 0x00;
}
break;
// unknown
case 0x06:
- break;
case 0x07:
break;