summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8/slot/sv806.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/svi3x8/slot/sv806.cpp')
-rw-r--r--src/devices/bus/svi3x8/slot/sv806.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/svi3x8/slot/sv806.cpp b/src/devices/bus/svi3x8/slot/sv806.cpp
index 63eb700b624..ef7d7cbce76 100644
--- a/src/devices/bus/svi3x8/slot/sv806.cpp
+++ b/src/devices/bus/svi3x8/slot/sv806.cpp
@@ -40,7 +40,7 @@ const tiny_rom_entry *sv806_device::device_rom_region() const
// machine configurations
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( sv806 )
+static MACHINE_CONFIG_START( sv806 )
MCFG_SCREEN_ADD_MONOCHROME("80col", RASTER, rgb_t::green())
MCFG_SCREEN_RAW_PARAMS((XTAL_12MHz / 6) * 8, 864, 0, 640, 317, 0, 192)
MCFG_SCREEN_UPDATE_DEVICE("crtc", hd6845_device, screen_update)