diff options
Diffstat (limited to 'source/apu.h')
-rw-r--r-- | source/apu.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/apu.h b/source/apu.h index 3f88346..6b40363 100644 --- a/source/apu.h +++ b/source/apu.h @@ -70,12 +70,11 @@ int S9xAPUOPrint(char* buffer, uint16_t Address); void S9xSetAPUControl(uint8_t byte); void S9xSetAPUDSP(uint8_t byte); uint8_t S9xGetAPUDSP(); -void S9xSetAPUTimer(uint16_t Address, uint8_t byte); bool S9xInitSound(); void S9xOpenCloseSoundTracingFile(bool); void S9xPrintAPUState(); -extern uint16_t S9xAPUCycles [256]; // Scaled cycle lengths -extern uint16_t S9xAPUCycleLengths [256]; // Raw data. +extern uint16_t S9xAPUCycles [256]; // Scaled cycle lengths +extern uint16_t S9xAPUCycleLengths [256]; // Raw data. extern void (*S9xApuOpcodes [256])(void); #define APU_VOL_LEFT 0x00 |