From 20f1e8b2ed30e581b9540dcd9e304fd209c79462 Mon Sep 17 00:00:00 2001 From: meepingsnesroms Date: Mon, 31 Dec 2018 09:46:40 -0800 Subject: [PATCH] Remove old function --- src/flx68000.h | 1 - 1 file changed, 1 deletion(-) 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);