summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nasbus/avc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nasbus/avc.cpp')
-rw-r--r--src/devices/bus/nasbus/avc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nasbus/avc.cpp b/src/devices/bus/nasbus/avc.cpp
index 327ab6a5146..0fb9ecdcd1b 100644
--- a/src/devices/bus/nasbus/avc.cpp
+++ b/src/devices/bus/nasbus/avc.cpp
@@ -29,7 +29,7 @@ MACHINE_CONFIG_START(nascom_avc_device::device_add_mconfig)
MCFG_PALETTE_ADD_3BIT_RGB("palette")
- MCFG_MC6845_ADD("mc6845", MC6845, "screen", XTAL_16MHz / 8)
+ MCFG_MC6845_ADD("mc6845", MC6845, "screen", XTAL(16'000'000) / 8)
MCFG_MC6845_SHOW_BORDER_AREA(false)
MCFG_MC6845_CHAR_WIDTH(6)
MCFG_MC6845_UPDATE_ROW_CB(nascom_avc_device, crtc_update_row)