summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nubus/nubus_wsportrait.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nubus/nubus_wsportrait.cpp')
-rw-r--r--src/devices/bus/nubus/nubus_wsportrait.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/nubus/nubus_wsportrait.cpp b/src/devices/bus/nubus/nubus_wsportrait.cpp
index e274a2d812c..e231f7c44e0 100644
--- a/src/devices/bus/nubus/nubus_wsportrait.cpp
+++ b/src/devices/bus/nubus/nubus_wsportrait.cpp
@@ -15,6 +15,7 @@
#include "emu.h"
#include "nubus_wsportrait.h"
+#include "screen.h"
#define WSPORTRAIT_SCREEN_NAME "wsport_screen"
#define WSPORTRAIT_ROM_REGION "wsport_rom"
@@ -38,7 +39,7 @@ ROM_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type NUBUS_WSPORTRAIT = &device_creator<nubus_wsportrait_device>;
+const device_type NUBUS_WSPORTRAIT = device_creator<nubus_wsportrait_device>;
//-------------------------------------------------