mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
astrowar: Fix regression (nw)
This commit is contained in:
parent
829b9343e9
commit
1af34a3ed6
@ -334,6 +334,7 @@ static MACHINE_CONFIG_START( astrowar )
|
||||
MCFG_CPU_IO_MAP(galaxia_io_map)
|
||||
MCFG_CPU_DATA_MAP(galaxia_data_map)
|
||||
MCFG_CPU_VBLANK_INT_DRIVER("screen", galaxia_state, galaxia_interrupt)
|
||||
MCFG_S2650_SENSE_INPUT(DEVREADLINE("screen", screen_device, vblank))
|
||||
MCFG_S2650_FLAG_OUTPUT(WRITELINE(cvs_state, write_s2650_flag))
|
||||
|
||||
/* video hardware */
|
||||
|
Loading…
Reference in New Issue
Block a user