summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cmmb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cmmb.c')
-rw-r--r--src/mame/drivers/cmmb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cmmb.c b/src/mame/drivers/cmmb.c
index d33e2b21430..c0e481a4126 100644
--- a/src/mame/drivers/cmmb.c
+++ b/src/mame/drivers/cmmb.c
@@ -303,7 +303,7 @@ static INTERRUPT_GEN( cmmb_irq )
{
//if(device->machine().input().code_pressed_once(KEYCODE_Z))
//if(device->machine().input().code_pressed(KEYCODE_Z))
-// device_set_input_line(device, 0, HOLD_LINE);
+// device->execute().set_input_line(0, HOLD_LINE);
}
static MACHINE_RESET( cmmb )