diff options
Diffstat (limited to 'src/devices/cpu/m6502/m7501.cpp')
-rw-r--r-- | src/devices/cpu/m6502/m7501.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/m6502/m7501.cpp b/src/devices/cpu/m6502/m7501.cpp index 912a7a023dd..30921d1664f 100644 --- a/src/devices/cpu/m6502/m7501.cpp +++ b/src/devices/cpu/m6502/m7501.cpp @@ -2,7 +2,7 @@ // copyright-holders:Olivier Galibert /*************************************************************************** - m7501.c + m7501.cpp 6510 derivative, essentially identical. Also known as the 8501. @@ -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) |