mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
antic: Fix state save after 0de5259a9d
This commit is contained in:
parent
797bbcaab6
commit
d24669ea0b
@ -393,7 +393,7 @@ void antic_device::device_start()
|
||||
save_item(NAME(m_cclock));
|
||||
save_item(NAME(m_pmbits));
|
||||
|
||||
save_pointer(NAME(m_cclk_expand), 21 * 256);
|
||||
save_pointer(NAME(m_cclk_expand), 37 * 256);
|
||||
|
||||
/* timers */
|
||||
m_cycle_steal_timer = timer_alloc(FUNC(antic_device::steal_cycles), this);
|
||||
|
Loading…
Reference in New Issue
Block a user