summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sam.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-01-21 23:42:41 +0100
committer Olivier Galibert <galibert@pobox.com>2018-01-23 10:25:25 +0100
commit03ba80e0ef3e021f6ff89ef91ae5cdce4e24b994 (patch)
treef127b7f533d36df2484f82fcb05cef5f4c04f232 /src/mame/drivers/sam.cpp
parentf61a64ea29bf46bf2deb2e1fbace5b24f3d7b0aa (diff)
xtal.h is dead, long live to xtal.cpp [O. Galibert]
Diffstat (limited to 'src/mame/drivers/sam.cpp')
-rw-r--r--src/mame/drivers/sam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sam.cpp b/src/mame/drivers/sam.cpp
index c6510d8cb6f..dae7e84a8ab 100644
--- a/src/mame/drivers/sam.cpp
+++ b/src/mame/drivers/sam.cpp
@@ -22,7 +22,7 @@ static INPUT_PORTS_START( sam )
INPUT_PORTS_END
MACHINE_CONFIG_START(sam_state::sam)
- MCFG_CPU_ADD("maincpu", ARM7, XTAL_40MHz) // AT91R40008
+ MCFG_CPU_ADD("maincpu", ARM7, XTAL(40'000'000)) // AT91R40008
MCFG_CPU_PROGRAM_MAP(sam_map)
MACHINE_CONFIG_END