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 cc7a28247da..689833aa344 100644
--- a/src/mame/drivers/galaxia.cpp
+++ b/src/mame/drivers/galaxia.cpp
@@ -287,7 +287,7 @@ GFXDECODE_END
MACHINE_CONFIG_START(galaxia_state::galaxia)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", S2650, XTAL_14_31818MHz/8)
+ MCFG_CPU_ADD("maincpu", S2650, XTAL(14'318'181)/8)
MCFG_CPU_PROGRAM_MAP(galaxia_mem_map)
MCFG_CPU_IO_MAP(galaxia_io_map)
MCFG_CPU_DATA_MAP(galaxia_data_map)
@@ -331,7 +331,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(galaxia_state::astrowar)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", S2650, XTAL_14_31818MHz/8)
+ MCFG_CPU_ADD("maincpu", S2650, XTAL(14'318'181)/8)
MCFG_CPU_PROGRAM_MAP(astrowar_mem_map)
MCFG_CPU_IO_MAP(galaxia_io_map)
MCFG_CPU_DATA_MAP(galaxia_data_map)