Previous 199869 Revisions Next

r31628 Tuesday 12th August, 2014 at 14:34:13 UTC by Osso
Fixed most (all) system1.c save state regressions (nw)
[src/mame/video]system1.c

trunk/src/mame/video/system1.c
r31627r31628
141141   save_item(NAME(m_video_mode));
142142   save_item(NAME(m_mix_collide_summary));
143143   save_item(NAME(m_sprite_collide_summary));
144   save_item(NAME(m_videoram_bank));
144145   save_pointer(NAME(m_videoram), 0x800 * pagecount);
145146   save_pointer(NAME(m_mix_collide), 64);
146147   save_pointer(NAME(m_sprite_collide), 1024);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team