mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
ssozumo.cpp: fixed save state regression (nw)
This commit is contained in:
parent
b6cd283926
commit
d41ea21ba7
@ -137,6 +137,8 @@ void ssozumo_state::video_start()
|
||||
8, 8, 32, 32);
|
||||
|
||||
m_fg_tilemap->set_transparent_pen(0);
|
||||
|
||||
save_item(NAME(m_color_bank));
|
||||
}
|
||||
|
||||
void ssozumo_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect)
|
||||
|
Loading…
Reference in New Issue
Block a user