summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/tms9928a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/tms9928a.cpp')
-rw-r--r--src/devices/video/tms9928a.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/devices/video/tms9928a.cpp b/src/devices/video/tms9928a.cpp
index cb39a6659c5..5eacf00e2fb 100644
--- a/src/devices/video/tms9928a.cpp
+++ b/src/devices/video/tms9928a.cpp
@@ -27,14 +27,14 @@
#include "tms9928a.h"
-const device_type TMS9928A = &device_creator<tms9928a_device>;
-const device_type TMS9918 = &device_creator<tms9918_device>;
-const device_type TMS9918A = &device_creator<tms9918a_device>;
-const device_type TMS9118 = &device_creator<tms9118_device>;
-const device_type TMS9128 = &device_creator<tms9128_device>;
-const device_type TMS9929 = &device_creator<tms9929_device>;
-const device_type TMS9929A = &device_creator<tms9929a_device>;
-const device_type TMS9129 = &device_creator<tms9129_device>;
+const device_type TMS9928A = device_creator<tms9928a_device>;
+const device_type TMS9918 = device_creator<tms9918_device>;
+const device_type TMS9918A = device_creator<tms9918a_device>;
+const device_type TMS9118 = device_creator<tms9118_device>;
+const device_type TMS9128 = device_creator<tms9128_device>;
+const device_type TMS9929 = device_creator<tms9929_device>;
+const device_type TMS9929A = device_creator<tms9929a_device>;
+const device_type TMS9129 = device_creator<tms9129_device>;
// ======= Debugging =========