summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nubus/pds30_mc30.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nubus/pds30_mc30.cpp')
-rw-r--r--src/devices/bus/nubus/pds30_mc30.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/nubus/pds30_mc30.cpp b/src/devices/bus/nubus/pds30_mc30.cpp
index 3aa038639ba..aaf61c68d3f 100644
--- a/src/devices/bus/nubus/pds30_mc30.cpp
+++ b/src/devices/bus/nubus/pds30_mc30.cpp
@@ -11,6 +11,7 @@
#include "emu.h"
#include "pds30_mc30.h"
+#include "screen.h"
#define XCEEDMC30_SCREEN_NAME "x30hr_screen"
#define XCEEDMC30_ROM_REGION "x30hr_rom"
@@ -34,7 +35,7 @@ ROM_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type PDS030_XCEEDMC30 = &device_creator<nubus_xceedmc30_device>;
+const device_type PDS030_XCEEDMC30 = device_creator<nubus_xceedmc30_device>;
//-------------------------------------------------