From 0e59b999fa976de2d00490f552a1ff0a27d40f63 Mon Sep 17 00:00:00 2001 From: João Silva Date: Sun, 29 Jan 2017 04:55:23 +0000 Subject: Converted most types to stdint-style (fixing a few in the process). --- source/apu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/apu.h') diff --git a/source/apu.h b/source/apu.h index 6b40363..bafeac9 100644 --- a/source/apu.h +++ b/source/apu.h @@ -65,8 +65,6 @@ void S9xResetAPU(void); bool S9xInitAPU(); void S9xDeinitAPU(); void S9xDecacheSamples(); -int S9xTraceAPU(); -int S9xAPUOPrint(char* buffer, uint16_t Address); void S9xSetAPUControl(uint8_t byte); void S9xSetAPUDSP(uint8_t byte); uint8_t S9xGetAPUDSP(); -- cgit v1.2.3