summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nubus/pds30_30hr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nubus/pds30_30hr.cpp')
-rw-r--r--src/devices/bus/nubus/pds30_30hr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nubus/pds30_30hr.cpp b/src/devices/bus/nubus/pds30_30hr.cpp
index 08ac27391c2..d359e162138 100644
--- a/src/devices/bus/nubus/pds30_30hr.cpp
+++ b/src/devices/bus/nubus/pds30_30hr.cpp
@@ -22,7 +22,7 @@
#define VRAM_SIZE (0x100000) // 1 MB VRAM - max mode is 1024x768 @ 8bpp
-MACHINE_CONFIG_FRAGMENT( xceed30hr )
+MACHINE_CONFIG_START( xceed30hr )
MCFG_SCREEN_ADD( XCEED30HR_SCREEN_NAME, RASTER)
MCFG_SCREEN_UPDATE_DEVICE(DEVICE_SELF, nubus_xceed30hr_device, screen_update)
MCFG_SCREEN_RAW_PARAMS(25175000, 800, 0, 640, 525, 0, 480)