summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/snes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/snes.cpp')
-rw-r--r--src/mame/machine/snes.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/machine/snes.cpp b/src/mame/machine/snes.cpp
index 40d7584ea55..de0e730da04 100644
--- a/src/mame/machine/snes.cpp
+++ b/src/mame/machine/snes.cpp
@@ -260,6 +260,11 @@ TIMER_CALLBACK_MEMBER(snes_state::snes_hblank_tick)
*************************************/
+READ8_MEMBER( snes_state::snes_open_bus_r )
+{
+ return snes_open_bus_r();
+}
+
uint8_t snes_state::snes_open_bus_r()
{
static uint8_t recurse = 0;