summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mpu4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mpu4.cpp')
-rw-r--r--src/mame/machine/mpu4.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/machine/mpu4.cpp b/src/mame/machine/mpu4.cpp
index 6c77761edb8..a022938d423 100644
--- a/src/mame/machine/mpu4.cpp
+++ b/src/mame/machine/mpu4.cpp
@@ -3004,9 +3004,9 @@ MACHINE_CONFIG_START(mpu4_state::mpu4_common)
/* 6840 PTM */
MCFG_DEVICE_ADD("ptm_ic2", PTM6840, MPU4_MASTER_CLOCK / 4)
MCFG_PTM6840_EXTERNAL_CLOCKS(0, 0, 0)
- MCFG_PTM6840_OUT0_CB(WRITELINE(mpu4_state, ic2_o1_callback))
- MCFG_PTM6840_OUT1_CB(WRITELINE(mpu4_state, ic2_o2_callback))
- MCFG_PTM6840_OUT2_CB(WRITELINE(mpu4_state, ic2_o3_callback))
+ MCFG_PTM6840_O1_CB(WRITELINE(mpu4_state, ic2_o1_callback))
+ MCFG_PTM6840_O2_CB(WRITELINE(mpu4_state, ic2_o2_callback))
+ MCFG_PTM6840_O3_CB(WRITELINE(mpu4_state, ic2_o3_callback))
MCFG_PTM6840_IRQ_CB(WRITELINE(mpu4_state, cpu0_irq))
MCFG_DEVICE_ADD("pia_ic3", PIA6821, 0)
@@ -3069,9 +3069,9 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(mpu4_state::mpu4_common2)
MCFG_DEVICE_ADD("ptm_ic3ss", PTM6840, MPU4_MASTER_CLOCK / 4)
MCFG_PTM6840_EXTERNAL_CLOCKS(0, 0, 0)
- MCFG_PTM6840_OUT0_CB(DEVWRITELINE("ptm_ic3ss", ptm6840_device, set_c2))
- MCFG_PTM6840_OUT1_CB(DEVWRITELINE("ptm_ic3ss", ptm6840_device, set_c1))
- //MCFG_PTM6840_OUT2_CB(DEVWRITELINE("ptm_ic3ss", ptm6840_device, set_g1))
+ MCFG_PTM6840_O1_CB(DEVWRITELINE("ptm_ic3ss", ptm6840_device, set_c2))
+ MCFG_PTM6840_O2_CB(DEVWRITELINE("ptm_ic3ss", ptm6840_device, set_c1))
+ //MCFG_PTM6840_O3_CB(DEVWRITELINE("ptm_ic3ss", ptm6840_device, set_g1))
//MCFG_PTM6840_IRQ_CB(WRITELINE(mpu4_state, cpu1_ptm_irq))
MCFG_DEVICE_ADD("pia_ic4ss", PIA6821, 0)