summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/opwolf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/opwolf.c')
-rw-r--r--src/mame/video/opwolf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/opwolf.c b/src/mame/video/opwolf.c
index c1d816f338f..28ab3452ffe 100644
--- a/src/mame/video/opwolf.c
+++ b/src/mame/video/opwolf.c
@@ -52,8 +52,8 @@ SCREEN_UPDATE_IND16( opwolf )
pc090oj_draw_sprites(state->m_pc090oj, bitmap, cliprect, 1);
-// if (input_port_read(machine, "P1X"))
-// popmessage("%d %d", input_port_read(machine, "P1X"), input_port_read(machine, "P1Y"));
+// if (state->ioport("P1X")->read())
+// popmessage("%d %d", machine, "P1X"), state->ioport("P1Y")->read());
return 0;
}