summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nubus/nubus_m2hires.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nubus/nubus_m2hires.cpp')
-rw-r--r--src/devices/bus/nubus/nubus_m2hires.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/nubus/nubus_m2hires.cpp b/src/devices/bus/nubus/nubus_m2hires.cpp
index e169586d884..823a1d063e2 100644
--- a/src/devices/bus/nubus/nubus_m2hires.cpp
+++ b/src/devices/bus/nubus/nubus_m2hires.cpp
@@ -12,6 +12,7 @@
#include "emu.h"
#include "nubus_m2hires.h"
+#include "screen.h"
#define M2HIRES_SCREEN_NAME "m2hires_screen"
#define M2HIRES_ROM_REGION "m2hires_rom"
@@ -35,7 +36,7 @@ ROM_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type NUBUS_M2HIRES = &device_creator<nubus_m2hires_device>;
+const device_type NUBUS_M2HIRES = device_creator<nubus_m2hires_device>;
//-------------------------------------------------