mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
cgsix: Fix obviously wrong save_item call (nw)
This commit is contained in:
parent
26f240e8b6
commit
79753b6688
@ -84,7 +84,7 @@ void sbus_cgsix_device::device_start()
|
||||
save_item(NAME(m_fbc.m_pixel_mask));
|
||||
|
||||
save_item(NAME(m_fbc.m_patt_align));
|
||||
save_item(NAME(m_fbc.m_pattern[8]));
|
||||
save_item(NAME(m_fbc.m_pattern));
|
||||
|
||||
save_item(NAME(m_fbc.m_ipoint_absx));
|
||||
save_item(NAME(m_fbc.m_ipoint_absy));
|
||||
|
Loading…
Reference in New Issue
Block a user