summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m7501.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m7501.cpp')
-rw-r--r--src/devices/cpu/m6502/m7501.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/m7501.cpp b/src/devices/cpu/m6502/m7501.cpp
index 59f62ed8046..30921d1664f 100644
--- a/src/devices/cpu/m6502/m7501.cpp
+++ b/src/devices/cpu/m6502/m7501.cpp
@@ -11,7 +11,7 @@
#include "emu.h"
#include "m7501.h"
-DEFINE_DEVICE_TYPE(M7501, m7501_device, "m7501", "M7501")
+DEFINE_DEVICE_TYPE(M7501, m7501_device, "m7501", "MOS Technology 7501")
m7501_device::m7501_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
m6510_device(mconfig, M7501, tag, owner, clock)