summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32010/tms32010.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms32010/tms32010.cpp')
-rw-r--r--src/devices/cpu/tms32010/tms32010.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/tms32010/tms32010.cpp b/src/devices/cpu/tms32010/tms32010.cpp
index e30ec15c254..64b355fcf5b 100644
--- a/src/devices/cpu/tms32010/tms32010.cpp
+++ b/src/devices/cpu/tms32010/tms32010.cpp
@@ -74,9 +74,9 @@
#define P_OUT(A,V) TMS32010_Out(A,V)
-DEFINE_DEVICE_TYPE(TMS32010, tms32010_device, "tms32010", "TMS32010")
-DEFINE_DEVICE_TYPE(TMS32015, tms32015_device, "tms32015", "TMS32015")
-DEFINE_DEVICE_TYPE(TMS32016, tms32016_device, "tms32016", "TMS32016")
+DEFINE_DEVICE_TYPE(TMS32010, tms32010_device, "tms32010", "Texas Instruments TMS32010")
+DEFINE_DEVICE_TYPE(TMS32015, tms32015_device, "tms32015", "Texas Instruments TMS32015")
+DEFINE_DEVICE_TYPE(TMS32016, tms32016_device, "tms32016", "Texas Instruments TMS32016")
/****************************************************************************