From acf309c9b279c07b92dc1f40d635df3384bec656 Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 18 Mar 2024 02:01:28 +0100 Subject: h8: add more variables to savestate, h8_intc: fix issue with multiple pending edge triggered irq --- src/devices/cpu/h8/h8_port.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/cpu/h8/h8_port.cpp') diff --git a/src/devices/cpu/h8/h8_port.cpp b/src/devices/cpu/h8/h8_port.cpp index 87253cd3eb0..782f5439646 100644 --- a/src/devices/cpu/h8/h8_port.cpp +++ b/src/devices/cpu/h8/h8_port.cpp @@ -98,9 +98,9 @@ void h8_port_device::update_output() void h8_port_device::device_start() { save_item(NAME(m_ddr)); - save_item(NAME(m_dr)); save_item(NAME(m_pcr)); save_item(NAME(m_odr)); + save_item(NAME(m_dr)); save_item(NAME(m_last_output)); m_last_output = -1; -- cgit v1.2.3-70-g09d2