summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxy.cpp')
-rw-r--r--src/mame/drivers/galaxy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/galaxy.cpp b/src/mame/drivers/galaxy.cpp
index 0d5600fa09e..7945e01d5ed 100644
--- a/src/mame/drivers/galaxy.cpp
+++ b/src/mame/drivers/galaxy.cpp
@@ -186,7 +186,7 @@ MACHINE_CONFIG_START(galaxy_state::galaxy)
MCFG_SCREEN_REFRESH_RATE(50)
MCFG_SCREEN_PALETTE("palette")
- MCFG_MACHINE_RESET_OVERRIDE(galaxy_state, galaxy )
+ set_machine_reset_cb(config, driver_callback_delegate(&machine_reset_galaxy, this));
/* video hardware */
MCFG_SCREEN_SIZE(384, 212)
@@ -228,7 +228,7 @@ MACHINE_CONFIG_START(galaxy_state::galaxyp)
MCFG_SCREEN_REFRESH_RATE(50)
MCFG_SCREEN_PALETTE("palette")
- MCFG_MACHINE_RESET_OVERRIDE(galaxy_state, galaxyp )
+ set_machine_reset_cb(config, driver_callback_delegate(&machine_reset_galaxyp, this));
/* video hardware */
MCFG_SCREEN_SIZE(384, 208)