aboutsummaryrefslogtreecommitdiff
path: root/source/apu.h
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/apu.h
parentd59c856fbf576daa91fa4a8bade38d97b4edbbe4 (diff)
downloadsnes9x2005-3b8323853f4eeddb61398e77c51bb2349f430227.tar.gz
snes9x2005-3b8323853f4eeddb61398e77c51bb2349f430227.tar.bz2
snes9x2005-3b8323853f4eeddb61398e77c51bb2349f430227.zip
Removed a LOT of useless stuff.
Diffstat (limited to 'source/apu.h')
-rw-r--r--source/apu.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/source/apu.h b/source/apu.h
index b44cbb5..d5cdc78 100644
--- a/source/apu.h
+++ b/source/apu.h
@@ -129,44 +129,5 @@ extern void (*S9xApuOpcodes [256])(void);
#define APU_EXECUTE1() do{}while(0)
#define APU_EXECUTE() do{}while(0)
-//typedef struct
-//{
-// uint8_t* PC;
-// SAPURegisters Registers;
-// uint8_t* RAM;
-// uint8_t* DirectPage;
-// bool APUExecuting;
-// uint8_t Bit;
-// uint32_t Address;
-// uint8_t* WaitAddress1;
-// uint8_t* WaitAddress2;
-// uint32_t WaitCounter;
-// uint8_t _Carry;
-// uint8_t _Zero;
-// uint8_t _Overflow;
-// uint32_t TimerErrorCounter;
-// uint32_t Scanline;
-// int32_t OneCycle;
-// int32_t TwoCycles;
-//} SIAPU;
-
-//typedef struct
-//{
-// int32_t Cycles;
-// bool ShowROM;
-// uint8_t Flags;
-// uint8_t KeyedChannels;
-// uint8_t OutPorts [4];
-// uint8_t DSP [0x80];
-// uint8_t ExtraRAM [64];
-// uint16_t Timer [3];
-// uint16_t TimerTarget [3];
-// bool TimerEnabled [3];
-// bool TimerValueWritten [3];
-//} SAPU;
-
-//SAPU APU;
-//SIAPU IAPU;
-
#endif