From 21ddea4dfae669fed24448b53dca951a406f0de5 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Thu, 30 Oct 2014 06:43:08 +0100 Subject: remove snapshot.c snaporig.c dependencies. --- source/apu.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/apu.h') diff --git a/source/apu.h b/source/apu.h index 0311c7f..b49d8fe 100644 --- a/source/apu.h +++ b/source/apu.h @@ -90,6 +90,7 @@ #ifndef _apu_h_ #define _apu_h_ +#include "port.h" #include "spc700.h" typedef struct @@ -130,9 +131,7 @@ typedef struct SAPU APU; SIAPU IAPU; -extern int spc_is_dumping; -extern int spc_is_dumping_temp; -extern uint8 spc_dump_dsp[0x100]; + STATIC inline void S9xAPUUnpackStatus() { IAPU._Zero = ((IAPU.Registers.P & Zero) == 0) | (IAPU.Registers.P & Negative); -- cgit v1.2.3