mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
ksys573.cpp: Fix typo
This commit is contained in:
parent
0d0afa21e2
commit
59507ad876
@ -1611,7 +1611,7 @@ void ddr_state::machine_start()
|
||||
m_stage_mask = 0xffffffff;
|
||||
|
||||
save_item(NAME(m_stage_mask));
|
||||
save_item(STRUCT_MEMBER(m_stage_state, D0));
|
||||
save_item(STRUCT_MEMBER(m_stage_state, DO));
|
||||
save_item(STRUCT_MEMBER(m_stage_state, clk));
|
||||
save_item(STRUCT_MEMBER(m_stage_state, shift));
|
||||
save_item(STRUCT_MEMBER(m_stage_state, state));
|
||||
|
Loading…
Reference in New Issue
Block a user