diff options
Diffstat (limited to 'src/mame/misc/supertnk.cpp')
-rw-r--r-- | src/mame/misc/supertnk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/misc/supertnk.cpp b/src/mame/misc/supertnk.cpp index 164feaf2988..1769665a67b 100644 --- a/src/mame/misc/supertnk.cpp +++ b/src/mame/misc/supertnk.cpp @@ -454,7 +454,7 @@ void supertnk_state::supertnk(machine_config &config) // audio hardware SPEAKER(config, "mono").front_center(); - AY8910(config, "aysnd", 2000000).add_route(ALL_OUTPUTS, "mono", 0.50); + AY8910(config, "aysnd", XTAL::u(2000000)).add_route(ALL_OUTPUTS, "mono", 0.50); } |