summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/galaxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/galaxy.cpp')
-rw-r--r--src/mame/machine/galaxy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/galaxy.cpp b/src/mame/machine/galaxy.cpp
index e5c01dc1f44..d690b9eebb7 100644
--- a/src/mame/machine/galaxy.cpp
+++ b/src/mame/machine/galaxy.cpp
@@ -62,7 +62,7 @@ IRQ_CALLBACK_MEMBER(galaxy_state::galaxy_irq_callback)
#define GALAXY_SNAPSHOT_V1_SIZE 8268
#define GALAXY_SNAPSHOT_V2_SIZE 8244
-void galaxy_state::galaxy_setup_snapshot (const uint8_t * data, uint32_t size)
+void galaxy_state::galaxy_setup_snapshot(const uint8_t * data, uint32_t size)
{
switch (size)
{
@@ -122,7 +122,7 @@ void galaxy_state::galaxy_setup_snapshot (const uint8_t * data, uint32_t size)
m_maincpu->set_input_line(INPUT_LINE_IRQ0, CLEAR_LINE);
}
-SNAPSHOT_LOAD_MEMBER( galaxy_state, galaxy )
+SNAPSHOT_LOAD_MEMBER(galaxy_state::snapshot_cb)
{
uint8_t* snapshot_data;