summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxia.cpp')
-rw-r--r--src/mame/drivers/galaxia.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/galaxia.cpp b/src/mame/drivers/galaxia.cpp
index 14c629e8a34..cc7a28247da 100644
--- a/src/mame/drivers/galaxia.cpp
+++ b/src/mame/drivers/galaxia.cpp
@@ -284,7 +284,7 @@ static GFXDECODE_START( astrowar )
GFXDECODE_END
-static MACHINE_CONFIG_START( galaxia )
+MACHINE_CONFIG_START(galaxia_state::galaxia)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", S2650, XTAL_14_31818MHz/8)
@@ -328,7 +328,7 @@ static MACHINE_CONFIG_START( galaxia )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_START( astrowar )
+MACHINE_CONFIG_START(galaxia_state::astrowar)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", S2650, XTAL_14_31818MHz/8)