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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/nubus/pds30_30hr.cpp b/src/devices/bus/nubus/pds30_30hr.cpp
index 492ad3a87e7..228055037aa 100644
--- a/src/devices/bus/nubus/pds30_30hr.cpp
+++ b/src/devices/bus/nubus/pds30_30hr.cpp
@@ -15,6 +15,7 @@
#include "emu.h"
#include "pds30_30hr.h"
+#include "screen.h"
#define XCEED30HR_SCREEN_NAME "x30hr_screen"
#define XCEED30HR_ROM_REGION "x30hr_rom"
@@ -38,7 +39,7 @@ ROM_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type PDS030_XCEED30HR = &device_creator<nubus_xceed30hr_device>;
+const device_type PDS030_XCEED30HR = device_creator<nubus_xceed30hr_device>;
//-------------------------------------------------