diff options
Diffstat (limited to 'src/mame/phoenix/naughtyb.cpp')
-rw-r--r-- | src/mame/phoenix/naughtyb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/phoenix/naughtyb.cpp b/src/mame/phoenix/naughtyb.cpp index 7f7299cd531..fd1a725ea14 100644 --- a/src/mame/phoenix/naughtyb.cpp +++ b/src/mame/phoenix/naughtyb.cpp @@ -428,7 +428,7 @@ void naughtyb_state::naughtyb_base(machine_config &config) /* uses the TMS3615NS for sound */ SPEAKER(config, "mono").front_center(); - tms36xx_device &tms(TMS36XX(config, "tms", 350)); + tms36xx_device &tms(TMS36XX(config, "tms", XTAL::u(350))); tms.set_subtype(tms36xx_device::subtype::TMS3615); tms.set_decays(0.15, 0.20, 0, 0, 0, 0); // NOTE: it's unknown if the TMS3615 mixes more than one voice internally. |