summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snes.h')
-rw-r--r--src/mame/includes/snes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/snes.h b/src/mame/includes/snes.h
index 287a519c21e..cfaaefc4e4c 100644
--- a/src/mame/includes/snes.h
+++ b/src/mame/includes/snes.h
@@ -421,7 +421,6 @@ protected:
DECLARE_WRITE8_MEMBER(snes_w_bank1);
DECLARE_WRITE8_MEMBER(snes_w_bank2);
uint8_t snes_open_bus_r();
- DECLARE_READ8_MEMBER(snes_open_bus_r);
TIMER_CALLBACK_MEMBER(snes_nmi_tick);
TIMER_CALLBACK_MEMBER(snes_hirq_tick_callback);
TIMER_CALLBACK_MEMBER(snes_reset_oam_address);