nmk16.cpp : Fix actobatm regression

This commit is contained in:
cam900 2019-10-04 11:40:22 +09:00 committed by GitHub
parent d7a453f865
commit 5e7e52f3b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);