summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/snes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/snes.cpp')
-rw-r--r--src/mame/drivers/snes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/snes.cpp b/src/mame/drivers/snes.cpp
index aef86d23364..e6808fde670 100644
--- a/src/mame/drivers/snes.cpp
+++ b/src/mame/drivers/snes.cpp
@@ -1334,7 +1334,7 @@ MACHINE_CONFIG_START(snes_console_state::snes)
MCFG_CPU_PROGRAM_MAP(snes_map)
// runs at 24.576 MHz / 12 = 2.048 MHz
- MCFG_CPU_ADD("soundcpu", SPC700, XTAL_24_576MHz / 12)
+ MCFG_CPU_ADD("soundcpu", SPC700, XTAL(24'576'000) / 12)
MCFG_CPU_PROGRAM_MAP(spc_map)
//MCFG_QUANTUM_TIME(attotime::from_hz(48000))