summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nubus/nubus_spec8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nubus/nubus_spec8.cpp')
-rw-r--r--src/devices/bus/nubus/nubus_spec8.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/nubus/nubus_spec8.cpp b/src/devices/bus/nubus/nubus_spec8.cpp
index db47b70cd83..b8d4310db99 100644
--- a/src/devices/bus/nubus/nubus_spec8.cpp
+++ b/src/devices/bus/nubus/nubus_spec8.cpp
@@ -14,6 +14,8 @@
#include "emu.h"
#include "nubus_spec8.h"
+#include "screen.h"
+
#define SPEC8S3_SCREEN_NAME "spec8s3_screen"
#define SPEC8S3_ROM_REGION "spec8s3_rom"
@@ -37,7 +39,7 @@ ROM_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type NUBUS_SPEC8S3 = &device_creator<nubus_spec8s3_device>;
+const device_type NUBUS_SPEC8S3 = device_creator<nubus_spec8s3_device>;
//-------------------------------------------------