summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ice_tbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ice_tbd.cpp')
-rw-r--r--src/mame/drivers/ice_tbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ice_tbd.cpp b/src/mame/drivers/ice_tbd.cpp
index 986fd4a1115..1cd013c8c13 100644
--- a/src/mame/drivers/ice_tbd.cpp
+++ b/src/mame/drivers/ice_tbd.cpp
@@ -76,7 +76,7 @@ MACHINE_CONFIG_START(ice_tbd_state::ice_tbd)
MCFG_DEVICE_ADD("ppi", I8255, 0)
MCFG_I8255_OUT_PORTA_CB(NOOP) // ?
MCFG_I8255_OUT_PORTB_CB(NOOP) // ?
- MCFG_I8255_IN_PORTC_CB(NOOP) // ?
+ MCFG_I8255_IN_PORTC_CB(CONSTANT(0)) // ?
MACHINE_CONFIG_END