diff options
| author | 2018-06-23 17:55:42 +0200 | |
|---|---|---|
| committer | 2018-06-23 18:02:50 +0200 | |
| commit | 7bc14ed06d8e1e06a0473c091528ea5bc8f786b1 (patch) | |
| tree | b4a4d4292a90e2f56f74e78699b73baa98b65d4e /src | |
| parent | 052bd1043399fcf2d49f2a00afa0cfd55dbc6bd1 (diff) | |
hp9k_3xx: connect PTM irq (nw)
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/hp9k_3xx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/hp9k_3xx.cpp b/src/mame/drivers/hp9k_3xx.cpp index a345873171f..4b16c8b390d 100644 --- a/src/mame/drivers/hp9k_3xx.cpp +++ b/src/mame/drivers/hp9k_3xx.cpp @@ -468,6 +468,7 @@ MACHINE_CONFIG_START(hp9k3xx_state::hp9k300) MCFG_DEVICE_ADD(PTM6840_TAG, PTM6840, 250000) // from oscillator module next to the 6840 MCFG_PTM6840_EXTERNAL_CLOCKS(250000.0f, 0.0f, 250000.0f) MCFG_PTM6840_O3_CB(WRITELINE(PTM6840_TAG, ptm6840_device , set_c2)) + MCFG_PTM6840_IRQ_CB(INPUTLINE("maincpu", M68K_IRQ_6)) SPEAKER(config, "mono").front_center(); MCFG_DEVICE_ADD(SN76494_TAG, SN76494, SN76494_CLOCK) |
