summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2018-07-04 17:57:55 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2018-07-04 17:57:55 +1000
commit0ae1c2aaa5164dd6365d88c9d1c975baa995e8e3 (patch)
treebeb59f750327b95a8d8c848ba36e76f4ec259f1c /src/devices/cpu
parentf3b71f071b85ec4e8d50c5db39e8d5459d479607 (diff)
(nw) fixed validation error
Diffstat (limited to 'src/devices/cpu')
-rw-r--r--src/devices/cpu/m6502/m5074x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/m5074x.cpp b/src/devices/cpu/m6502/m5074x.cpp
index 8f4cc45a693..67a8267fc8e 100644
--- a/src/devices/cpu/m6502/m5074x.cpp
+++ b/src/devices/cpu/m6502/m5074x.cpp
@@ -517,7 +517,7 @@ void m50741_device::m50741_map(address_map &map)
}
m50741_device::m50741_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
- m50741_device(mconfig, M50740, tag, owner, clock)
+ m50741_device(mconfig, M50741, tag, owner, clock)
{
}