summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/svga_tseng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/svga_tseng.cpp')
-rw-r--r--src/devices/bus/isa/svga_tseng.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/svga_tseng.cpp b/src/devices/bus/isa/svga_tseng.cpp
index 2fe25a14514..9f9086d723b 100644
--- a/src/devices/bus/isa/svga_tseng.cpp
+++ b/src/devices/bus/isa/svga_tseng.cpp
@@ -25,7 +25,7 @@ ROM_END
DEFINE_DEVICE_TYPE(ISA8_SVGA_ET4K, isa8_svga_et4k_device, "et4000", "SVGA Tseng ET4000 Graphics Card")
-static MACHINE_CONFIG_FRAGMENT( vga_tseng )
+static MACHINE_CONFIG_START( vga_tseng )
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_RAW_PARAMS(XTAL_25_1748MHz,900,0,640,526,0,480)
MCFG_SCREEN_UPDATE_DEVICE("vga", tseng_vga_device, screen_update)