summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m65c02.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m65c02.cpp')
-rw-r--r--src/devices/cpu/m6502/m65c02.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/m6502/m65c02.cpp b/src/devices/cpu/m6502/m65c02.cpp
index 80df7c79921..e79380fe83d 100644
--- a/src/devices/cpu/m6502/m65c02.cpp
+++ b/src/devices/cpu/m6502/m65c02.cpp
@@ -2,9 +2,9 @@
// copyright-holders:Olivier Galibert
/***************************************************************************
- m65c02.c
+ m65c02.cpp
- MOS Technology 6502, CMOS variant with some additional instructions
+ WDC W65C02, CMOS variant with some additional instructions
(but not the bitwise ones)
***************************************************************************/
@@ -13,7 +13,7 @@
#include "m65c02.h"
#include "m65c02d.h"
-DEFINE_DEVICE_TYPE(M65C02, m65c02_device, "m65c02", "MOS Technology M65C02")
+DEFINE_DEVICE_TYPE(M65C02, m65c02_device, "m65c02", "WDC W65C02")
m65c02_device::m65c02_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
m6502_device(mconfig, M65C02, tag, owner, clock)