mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
nmk16.cpp : Fix actobatm regression
This commit is contained in:
parent
d7a453f865
commit
5e7e52f3b5
@ -4357,6 +4357,7 @@ void nmk16_state::acrobatm(machine_config &config)
|
||||
|
||||
/* video hardware */
|
||||
set_hacky_screen_lowres(config);
|
||||
m_spritegen->set_colpri_callback(FUNC(nmk16_state::get_colour_4bit), this);
|
||||
m_screen->set_screen_update(FUNC(nmk16_state::screen_update_macross));
|
||||
|
||||
GFXDECODE(config, m_gfxdecode, m_palette, gfx_macross);
|
||||
|
Loading…
Reference in New Issue
Block a user