summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/misc/fresh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/misc/fresh.cpp')
-rw-r--r--src/mame/misc/fresh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/misc/fresh.cpp b/src/mame/misc/fresh.cpp
index b7c1d9c6fda..5e61a69a007 100644
--- a/src/mame/misc/fresh.cpp
+++ b/src/mame/misc/fresh.cpp
@@ -607,7 +607,7 @@ void fresh_state::fresh(machine_config &config)
/* sound hw? */
SPEAKER(config, "mono").front_center();
- YM2413(config, "ymsnd", 4000000).add_route(ALL_OUTPUTS, "mono", 1.0); // actual clock and type unknown
+ YM2413(config, "ymsnd", XTAL::u(4000000)).add_route(ALL_OUTPUTS, "mono", 1.0); // actual clock and type unknown
}