Previous 199869 Revisions Next

r31257 Friday 11th July, 2014 at 10:48:09 UTC by Osso
Fixed doraemon save state problem (actually seta001.c save states weren't complete) (nw)
[src/mame/video]seta001.c

trunk/src/mame/video/seta001.c
r31256r31257
8888
8989   m_bankcallback = NULL;
9090
91   save_item(NAME(m_spritectrl));
9192   save_pointer(NAME(m_spriteylow), 0x300);
9293   save_pointer(NAME(m_spritecodelow), 0x2000);
9394   save_pointer(NAME(m_spritecodehigh), 0x2000);
95   save_item(NAME(m_bgflag));
96   save_item(NAME(m_fg_flipxoffs));
97   save_item(NAME(m_fg_noflipxoffs));
98   save_item(NAME(m_fg_flipyoffs));
99   save_item(NAME(m_fg_noflipyoffs));
100   save_item(NAME(m_bg_flipyoffs));
101   save_item(NAME(m_bg_noflipyoffs));
102   save_item(NAME(m_bg_flipxoffs));
103   save_item(NAME(m_bg_noflipxoffs));
104   save_item(NAME(m_transpen));
105   save_item(NAME(m_colorbase));
106   save_item(NAME(m_spritelimit));
94107
95
96108}
97109
98110void seta001_device::device_reset()

Previous 199869 Revisions Next


© 1997-2024 The MAME Team