summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bwing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bwing.cpp')
-rw-r--r--src/mame/drivers/bwing.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/bwing.cpp b/src/mame/drivers/bwing.cpp
index 99cdf1abc28..34b9b9eb642 100644
--- a/src/mame/drivers/bwing.cpp
+++ b/src/mame/drivers/bwing.cpp
@@ -400,10 +400,10 @@ MACHINE_CONFIG_START(bwing_state::bwing)
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
- MCFG_SOUND_ADD("ay1", AY8912, XTAL_24MHz / 2 / 8)
+ MCFG_SOUND_ADD("ay1", AY8912, XTAL(24'000'000) / 2 / 8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 0.5)
- MCFG_SOUND_ADD("ay2", AY8912, XTAL_24MHz / 2 / 8)
+ MCFG_SOUND_ADD("ay2", AY8912, XTAL(24'000'000) / 2 / 8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 0.5)
MCFG_SOUND_ADD("dac", DAC08, 0) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 0.1)