summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/orion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/orion.cpp')
-rw-r--r--src/mame/drivers/orion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/orion.cpp b/src/mame/drivers/orion.cpp
index a85c6c9442f..3dc0c3ca2cd 100644
--- a/src/mame/drivers/orion.cpp
+++ b/src/mame/drivers/orion.cpp
@@ -198,7 +198,7 @@ MACHINE_CONFIG_START(orion_state::orionz80)
MCFG_VIDEO_START_OVERRIDE(orion_state,orion128)
- MCFG_MC146818_ADD( "rtc", XTAL(4'194'304) )
+ MCFG_DEVICE_ADD("rtc", MC146818, 4.194304_MHz_XTAL)
SPEAKER(config, "mono").front_center();
SPEAKER_SOUND(config, "speaker").add_route(ALL_OUTPUTS, "mono", 1.0);