mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
fix for 08543: megablst and clones: Shield powerup aura on option is missing (#10810)
This commit is contained in:
parent
79837be01e
commit
d7a08decec
@ -2923,6 +2923,7 @@ void taitof2_state::megab(machine_config &config)
|
||||
/* video hardware */
|
||||
MCFG_VIDEO_START_OVERRIDE(taitof2_state,megab)
|
||||
m_screen->set_screen_update(FUNC(taitof2_state::screen_update_pri));
|
||||
m_screen->screen_vblank().set(FUNC(taitof2_state::screen_vblank_partial_buffer_delayed));
|
||||
|
||||
TC0100SCN(config, m_tc0100scn[0], 0);
|
||||
m_tc0100scn[0]->set_offsets(3, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user