summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/tig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/tig.cpp')
-rw-r--r--src/devices/bus/wangpc/tig.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/tig.cpp b/src/devices/bus/wangpc/tig.cpp
index a672a1b8f84..31dea52508c 100644
--- a/src/devices/bus/wangpc/tig.cpp
+++ b/src/devices/bus/wangpc/tig.cpp
@@ -17,6 +17,8 @@
#include "emu.h"
#include "tig.h"
+#include "screen.h"
+
//**************************************************************************
@@ -53,7 +55,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type WANGPC_TIG = &device_creator<wangpc_tig_device>;
+const device_type WANGPC_TIG = device_creator<wangpc_tig_device>;
//-------------------------------------------------