diff options
Diffstat (limited to 'src/devices/cpu/m6502/m6510t.cpp')
-rw-r--r-- | src/devices/cpu/m6502/m6510t.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/m6502/m6510t.cpp b/src/devices/cpu/m6502/m6510t.cpp index 83d3cc5527e..3290040c0ab 100644 --- a/src/devices/cpu/m6502/m6510t.cpp +++ b/src/devices/cpu/m6502/m6510t.cpp @@ -2,7 +2,7 @@ // copyright-holders:Olivier Galibert /*************************************************************************** - m6510t.c + m6510t.cpp 6510 with the full 8 i/o pins at the expense of the NMI and RDY lines. @@ -11,7 +11,7 @@ #include "emu.h" #include "m6510t.h" -DEFINE_DEVICE_TYPE(M6510T, m6510t_device, "m6510t", "MOS Technology M6510T") +DEFINE_DEVICE_TYPE(M6510T, m6510t_device, "m6510t", "MOS Technology 6510T") m6510t_device::m6510t_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : m6510_device(mconfig, M6510T, tag, owner, clock) |