summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nubus/nubus_wsportrait.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nubus/nubus_wsportrait.cpp')
-rw-r--r--src/devices/bus/nubus/nubus_wsportrait.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nubus/nubus_wsportrait.cpp b/src/devices/bus/nubus/nubus_wsportrait.cpp
index c37cdf79d0f..9a703691f7a 100644
--- a/src/devices/bus/nubus/nubus_wsportrait.cpp
+++ b/src/devices/bus/nubus/nubus_wsportrait.cpp
@@ -22,7 +22,7 @@
#define VRAM_SIZE (0x80000) // 512k max
-MACHINE_CONFIG_FRAGMENT( wsportrait )
+MACHINE_CONFIG_START( wsportrait )
MCFG_SCREEN_ADD( WSPORTRAIT_SCREEN_NAME, RASTER)
MCFG_SCREEN_UPDATE_DEVICE(DEVICE_SELF, nubus_wsportrait_device, screen_update)
MCFG_SCREEN_SIZE(1024,960)