summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h83002/h8_8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h83002/h8_8.c')
-rw-r--r--src/emu/cpu/h83002/h8_8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h83002/h8_8.c b/src/emu/cpu/h83002/h8_8.c
index f145e415b34..f7d98ae8bcd 100644
--- a/src/emu/cpu/h83002/h8_8.c
+++ b/src/emu/cpu/h83002/h8_8.c
@@ -259,7 +259,7 @@ static CPU_INIT(h8bit)
state_save_register_device_item(device, 0, h8->h8TSTR);
state_save_register_device_item_array(device, 0, h8->h8TCNT);
- state_save_register_postload(h8->device->machine, h8_onstateload, h8);
+ h8->device->machine->state().register_postload(h8_onstateload, h8);
}
static CPU_RESET(h8bit)