diff options
Diffstat (limited to 'src/devices/cpu/m6502/m8502.cpp')
-rw-r--r-- | src/devices/cpu/m6502/m8502.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/m6502/m8502.cpp b/src/devices/cpu/m6502/m8502.cpp index 75a4a2f7b25..3227d2b0c88 100644 --- a/src/devices/cpu/m6502/m8502.cpp +++ b/src/devices/cpu/m6502/m8502.cpp @@ -2,7 +2,7 @@ // copyright-holders:Olivier Galibert /*************************************************************************** - m8502.c + m8502.cpp 6510 derivative, capable of running at 2MHz. @@ -11,7 +11,7 @@ #include "emu.h" #include "m8502.h" -DEFINE_DEVICE_TYPE(M8502, m8502_device, "m8502", "M8502") +DEFINE_DEVICE_TYPE(M8502, m8502_device, "m8502", "MOS Technology 8502") m8502_device::m8502_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : m6510_device(mconfig, M8502, tag, owner, clock) |