summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/v1050.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/v1050.cpp')
-rw-r--r--src/mame/video/v1050.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/v1050.cpp b/src/mame/video/v1050.cpp
index 12bdd6e15f6..8e5c2dc38eb 100644
--- a/src/mame/video/v1050.cpp
+++ b/src/mame/video/v1050.cpp
@@ -110,7 +110,7 @@ void v1050_state::video_start()
/* Machine Drivers */
MACHINE_CONFIG_START(v1050_state::v1050_video)
- MCFG_MC6845_ADD(H46505_TAG, H46505, SCREEN_TAG, XTAL_15_36MHz/8)
+ MCFG_MC6845_ADD(H46505_TAG, H46505, SCREEN_TAG, XTAL(15'360'000)/8)
MCFG_MC6845_SHOW_BORDER_AREA(true)
MCFG_MC6845_CHAR_WIDTH(8)
MCFG_MC6845_UPDATE_ROW_CB(v1050_state, crtc_update_row)