ksys573.cpp: Fix typo

This commit is contained in:
AJR 2022-06-30 18:01:42 -04:00
parent 0d0afa21e2
commit 59507ad876

View File

@ -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));