summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/w65c02s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/w65c02s.cpp')
-rw-r--r--src/devices/cpu/m6502/w65c02s.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/w65c02s.cpp b/src/devices/cpu/m6502/w65c02s.cpp
index 171db777dc2..17c61bafc4e 100644
--- a/src/devices/cpu/m6502/w65c02s.cpp
+++ b/src/devices/cpu/m6502/w65c02s.cpp
@@ -21,7 +21,7 @@ w65c02s_device::w65c02s_device(const machine_config &mconfig, const char *tag, d
}
w65c02s_device::w65c02s_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock) :
- m65c02_device(mconfig, type, tag, owner, clock)
+ w65c02_device(mconfig, type, tag, owner, clock)
{
}