Remove old function

This commit is contained in:
meepingsnesroms
2018-12-31 09:46:40 -08:00
parent 9761b9baca
commit 20f1e8b2ed

View File

@@ -13,7 +13,6 @@ void flx68000LoadStateFinished(void);
void flx68000Execute(void);//runs the CPU for 1 CLK32 pulse
void flx68000SetIrq(uint8_t irqLevel);
void flx68000RefreshAddressing(void);
bool flx68000IsSupervisor(void);
void flx68000BusError(uint32_t address, bool isWrite);