mirror of
https://github.com/holub/mame
synced 2025-05-09 07:41:50 +03:00
small MCFG_CPU_PERIODIC_INT cleanup
This commit is contained in:
parent
5ab8b79d24
commit
f0f1e4d314
@ -873,7 +873,6 @@ static MACHINE_CONFIG_START( apexc, apexc_state )
|
||||
MCFG_CPU_IO_MAP(apexc_io_map)
|
||||
/* dummy interrupt: handles the control panel */
|
||||
MCFG_CPU_VBLANK_INT_DRIVER("screen", apexc_state, apexc_interrupt)
|
||||
/*MCFG_CPU_PERIODIC_INT(func, rate)*/
|
||||
|
||||
|
||||
/* video hardware does not exist, but we display a control panel and the typewriter output */
|
||||
|
Loading…
Reference in New Issue
Block a user