Merge pull request #3688 from sschnelle/ptm_irq

hp9k_3xx: connect PTM irq (nw)
This commit is contained in:
ajrhacker 2018-06-23 12:04:56 -04:00 committed by GitHub
commit 0ea8acb451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)