diff options
Diffstat (limited to 'src/devices/cpu/h8/h8_adc.cpp')
| -rw-r--r-- | src/devices/cpu/h8/h8_adc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h8_adc.cpp b/src/devices/cpu/h8/h8_adc.cpp index c1ad3f4b048..3ca7a0f19dc 100644 --- a/src/devices/cpu/h8/h8_adc.cpp +++ b/src/devices/cpu/h8/h8_adc.cpp @@ -110,8 +110,8 @@ void h8_adc_device::device_start() save_item(NAME(m_channel)); save_item(NAME(m_count)); save_item(NAME(m_analog_powered)); - save_item(NAME(m_next_event)); save_item(NAME(m_adtrg)); + save_item(NAME(m_next_event)); } void h8_adc_device::device_reset() |
