summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spectra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spectra.cpp')
-rw-r--r--src/mame/drivers/spectra.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/spectra.cpp b/src/mame/drivers/spectra.cpp
index 02d1797478b..a2fd0d8179b 100644
--- a/src/mame/drivers/spectra.cpp
+++ b/src/mame/drivers/spectra.cpp
@@ -224,10 +224,10 @@ TIMER_DEVICE_CALLBACK_MEMBER( spectra_state::outtimer)
MACHINE_CONFIG_START(spectra_state::spectra)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M6502, XTAL_3_579545MHz/4) // actually a M6503
+ MCFG_CPU_ADD("maincpu", M6502, XTAL(3'579'545)/4) // actually a M6503
MCFG_CPU_PROGRAM_MAP(spectra_map)
- MCFG_DEVICE_ADD("riot", RIOT6532, XTAL_3_579545MHz/4)
+ MCFG_DEVICE_ADD("riot", RIOT6532, XTAL(3'579'545)/4)
MCFG_RIOT6532_IN_PA_CB(READ8(spectra_state, porta_r))
MCFG_RIOT6532_OUT_PA_CB(WRITE8(spectra_state, porta_w))
MCFG_RIOT6532_IN_PB_CB(READ8(spectra_state, portb_r))