summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tavernie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tavernie.cpp')
-rw-r--r--src/mame/drivers/tavernie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tavernie.cpp b/src/mame/drivers/tavernie.cpp
index 72366f6f12b..37916118257 100644
--- a/src/mame/drivers/tavernie.cpp
+++ b/src/mame/drivers/tavernie.cpp
@@ -315,7 +315,7 @@ MACHINE_CONFIG_START(tavernie_state::cpu09)
MCFG_DEVICE_ADD("ptm", PTM6840, XTAL(4'000'000) / 4)
// all i/o lines connect to the 40-pin expansion connector
MCFG_PTM6840_EXTERNAL_CLOCKS(0, 0, 0)
- MCFG_PTM6840_OUT1_CB(INPUTLINE("maincpu", INPUT_LINE_NMI))
+ MCFG_PTM6840_O2_CB(INPUTLINE("maincpu", INPUT_LINE_NMI))
MCFG_PTM6840_IRQ_CB(INPUTLINE("maincpu", M6809_IRQ_LINE))
MCFG_DEVICE_ADD("acia", ACIA6850, 0)