summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/vga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/vga.cpp')
-rw-r--r--src/devices/bus/isa/vga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/vga.cpp b/src/devices/bus/isa/vga.cpp
index 88c38cd1543..280108cb5b3 100644
--- a/src/devices/bus/isa/vga.cpp
+++ b/src/devices/bus/isa/vga.cpp
@@ -29,7 +29,7 @@ DEFINE_DEVICE_TYPE(ISA8_VGA, isa8_vga_device, "ibm_vga", "IBM VGA Graphics Card"
MACHINE_CONFIG_START(isa8_vga_device::device_add_mconfig)
MCFG_SCREEN_ADD("screen", RASTER)
- MCFG_SCREEN_RAW_PARAMS(XTAL_25_1748MHz,900,0,640,526,0,480)
+ MCFG_SCREEN_RAW_PARAMS(XTAL(25'174'800),900,0,640,526,0,480)
MCFG_SCREEN_UPDATE_DEVICE("vga", vga_device, screen_update)
MCFG_PALETTE_ADD("palette", 0x100)