summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms34010/tms34010.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms34010/tms34010.cpp')
-rw-r--r--src/devices/cpu/tms34010/tms34010.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/devices/cpu/tms34010/tms34010.cpp b/src/devices/cpu/tms34010/tms34010.cpp
index 23b181147a6..cf2de1129c0 100644
--- a/src/devices/cpu/tms34010/tms34010.cpp
+++ b/src/devices/cpu/tms34010/tms34010.cpp
@@ -10,9 +10,11 @@
***************************************************************************/
#include "emu.h"
-#include "debugger.h"
#include "tms34010.h"
+#include "debugger.h"
+#include "screen.h"
+
/***************************************************************************
DEBUG STATE & STRUCTURES
@@ -25,8 +27,8 @@
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
-const device_type TMS34010 = &device_creator<tms34010_device>;
-const device_type TMS34020 = &device_creator<tms34020_device>;
+const device_type TMS34010 = device_creator<tms34010_device>;
+const device_type TMS34020 = device_creator<tms34020_device>;
/***************************************************************************