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 aedf7042191..8d4b39b8500 100644
--- a/src/mame/drivers/galaxy.cpp
+++ b/src/mame/drivers/galaxy.cpp
@@ -197,7 +197,7 @@ void galaxy_state::galaxy(machine_config &config)
PALETTE(config, "palette", palette_device::MONOCHROME);
/* snapshot */
- SNAPSHOT(config, "snapshot", "gal").set_load_callback(FUNC(galaxy_state::snapshot_cb), this);
+ SNAPSHOT(config, "snapshot", "gal").set_load_callback(FUNC(galaxy_state::snapshot_cb));
SPEAKER(config, "mono").front_center();
@@ -236,7 +236,7 @@ void galaxy_state::galaxyp(machine_config &config)
/* snapshot */
- SNAPSHOT(config, "snapshot", "gal").set_load_callback(FUNC(galaxy_state::snapshot_cb), this);
+ SNAPSHOT(config, "snapshot", "gal").set_load_callback(FUNC(galaxy_state::snapshot_cb));
/* sound hardware */
SPEAKER(config, "mono").front_center();