diff --git a/src/flx68000.h b/src/flx68000.h index a918fcb..b67172e 100755 --- a/src/flx68000.h +++ b/src/flx68000.h @@ -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);