mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
spbactn.cpp: Fix build (nw)
This commit is contained in:
parent
c9cd98a586
commit
858d84c4bc
@ -489,7 +489,6 @@ void spbactn_state::spbactnp(machine_config &config)
|
||||
PALETTE(config, m_palette).set_format(palette_device::xBRG_444, 0x2800/2);
|
||||
|
||||
TECMO_SPRITE(config, m_sprgen, 0);
|
||||
m_sprgen->set_gfx_region(2);
|
||||
|
||||
TECMO_MIXER(config, m_mixer, 0);
|
||||
m_mixer->set_mixer_shifts(12,14,8);
|
||||
|
Loading…
Reference in New Issue
Block a user