diff options
Diffstat (limited to 'src/emu/sound/2610intf.c')
-rw-r--r-- | src/emu/sound/2610intf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/2610intf.c b/src/emu/sound/2610intf.c index 110d34445d9..e59bf97d8f8 100644 --- a/src/emu/sound/2610intf.c +++ b/src/emu/sound/2610intf.c @@ -179,7 +179,7 @@ static DEVICE_START( ym2610 ) timer_handler,IRQHandler,&psgintf); assert_always(info->chip != NULL, "Error creating YM2610 chip"); - state_save_register_postload(device->machine, ym2610_intf_postload, info); + device->machine->state().register_postload(ym2610_intf_postload, info); } static DEVICE_STOP( ym2610 ) |