summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/misc/cupidon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/misc/cupidon.cpp')
-rw-r--r--src/mame/misc/cupidon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/misc/cupidon.cpp b/src/mame/misc/cupidon.cpp
index 4981a566d3b..2fb8e9969d3 100644
--- a/src/mame/misc/cupidon.cpp
+++ b/src/mame/misc/cupidon.cpp
@@ -99,7 +99,7 @@ INPUT_PORTS_END
void cupidon_state::cupidon(machine_config &config)
{
- M68340(config, m_maincpu, 16000000); // The access to 3FF00 at the start would suggest this is a 68340 so probably 16 or 25 mhz?
+ M68340(config, m_maincpu, XTAL::u(16000000)); // The access to 3FF00 at the start would suggest this is a 68340 so probably 16 or 25 mhz?
m_maincpu->set_addrmap(AS_PROGRAM, &cupidon_state::cupidon_map);
screen_device &screen(SCREEN(config, "screen", SCREEN_TYPE_RASTER));