summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-06-23 00:48:19 +0200
committer hap <happppp@users.noreply.github.com>2017-06-23 00:48:48 +0200
commit14ee94a1fe9f360c9f972961e3fd0907c3b39e97 (patch)
tree6daf353f6e2d66b204b3c35e82f2dd10067069ba
parent2a1064628f6aebbe9ad2311d1993fc7c06fd08fd (diff)
copypastemistake (nw)
-rw-r--r--src/devices/cpu/sm510/sm5acore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sm510/sm5acore.cpp b/src/devices/cpu/sm510/sm5acore.cpp
index d4192b6a534..6d198bc7ec7 100644
--- a/src/devices/cpu/sm510/sm5acore.cpp
+++ b/src/devices/cpu/sm510/sm5acore.cpp
@@ -49,7 +49,7 @@ sm5l_device::sm5l_device(const machine_config &mconfig, const char *tag, device_
}
kb1013vk12_device::kb1013vk12_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
- : sm5a_device(mconfig, SM5L, tag, owner, clock, 1, 11, ADDRESS_MAP_NAME(program_1_8k), 7, ADDRESS_MAP_NAME(data_5x13x4))
+ : sm5a_device(mconfig, KB1013VK12, tag, owner, clock, 1, 11, ADDRESS_MAP_NAME(program_1_8k), 7, ADDRESS_MAP_NAME(data_5x13x4))
{
}