summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs900/tlcs900.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tlcs900/tlcs900.cpp')
-rw-r--r--src/devices/cpu/tlcs900/tlcs900.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/tlcs900/tlcs900.cpp b/src/devices/cpu/tlcs900/tlcs900.cpp
index 9b87d5f54b4..96031d0637e 100644
--- a/src/devices/cpu/tlcs900/tlcs900.cpp
+++ b/src/devices/cpu/tlcs900/tlcs900.cpp
@@ -20,8 +20,8 @@ TODO:
#include "tlcs900.h"
-const device_type TMP95C061 = &device_creator<tmp95c061_device>;
-const device_type TMP95C063 = &device_creator<tmp95c063_device>;
+const device_type TMP95C061 = device_creator<tmp95c061_device>;
+const device_type TMP95C063 = device_creator<tmp95c063_device>;
static ADDRESS_MAP_START( tmp95c061_mem8, AS_PROGRAM, 8, tmp95c061_device )