summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lasso.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lasso.cpp')
-rw-r--r--src/mame/drivers/lasso.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/lasso.cpp b/src/mame/drivers/lasso.cpp
index 4da1ee51eb6..3147da1679e 100644
--- a/src/mame/drivers/lasso.cpp
+++ b/src/mame/drivers/lasso.cpp
@@ -575,11 +575,11 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_DERIVED(lasso_state::pinbo, base)
/* basic machine hardware */
- MCFG_CPU_REPLACE("maincpu", M6502, XTAL_18MHz/24)
+ MCFG_CPU_REPLACE("maincpu", M6502, XTAL(18'000'000)/24)
MCFG_CPU_PROGRAM_MAP(pinbo_main_map)
MCFG_CPU_VBLANK_INT_DRIVER("screen", lasso_state, irq0_line_hold)
- MCFG_CPU_REPLACE("audiocpu", Z80, XTAL_18MHz/6)
+ MCFG_CPU_REPLACE("audiocpu", Z80, XTAL(18'000'000)/6)
MCFG_CPU_PROGRAM_MAP(pinbo_audio_map)
MCFG_CPU_IO_MAP(pinbo_audio_io_map)
@@ -595,10 +595,10 @@ MACHINE_CONFIG_DERIVED(lasso_state::pinbo, base)
MCFG_DEVICE_REMOVE("sn76489.1")
MCFG_DEVICE_REMOVE("sn76489.2")
- MCFG_SOUND_ADD("ay1", AY8910, XTAL_18MHz/12)
+ MCFG_SOUND_ADD("ay1", AY8910, XTAL(18'000'000)/12)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 0.55)
- MCFG_SOUND_ADD("ay2", AY8910, XTAL_18MHz/12)
+ MCFG_SOUND_ADD("ay2", AY8910, XTAL(18'000'000)/12)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 0.55)
MACHINE_CONFIG_END