hotstuff: RTC can provide this IRQ (nw)

This commit is contained in:
AJR 2018-01-01 16:43:58 -05:00
parent 4759c3c2e4
commit 783002e12d

View File

@ -88,7 +88,6 @@ static MACHINE_CONFIG_START( hotstuff )
MCFG_CPU_ADD("maincpu", M68000, 16000000)
MCFG_CPU_PROGRAM_MAP(hotstuff_map)
MCFG_CPU_VBLANK_INT_DRIVER("screen", hotstuff_state, irq1_line_hold)
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)
@ -100,6 +99,7 @@ static MACHINE_CONFIG_START( hotstuff )
MCFG_PALETTE_ADD("palette", 0x200)
MCFG_DEVICE_ADD("rtc", MC146818, XTAL_32_768kHz)
MCFG_MC146818_IRQ_HANDLER(INPUTLINE("maincpu", M68K_IRQ_1))
MACHINE_CONFIG_END