summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2021-08-10 22:35:29 -0400
committer arbee <rb6502@users.noreply.github.com>2021-08-10 22:35:29 -0400
commitf4fa9412e3a2ef39a0da9eae52a659e21b7f2ff3 (patch)
treefa5be6c69450c1ab31057636205a39c397bea3e0 /src
parent7e5ea52797cf9b8f6866f4b04a56732b51284227 (diff)
apple2: the two Q-68 cards use the same ROM. [R. Belmont]
Diffstat (limited to 'src')
-rw-r--r--src/devices/bus/a2bus/q68.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/a2bus/q68.cpp b/src/devices/bus/a2bus/q68.cpp
index 68edb0a3a7f..24464c7bcbd 100644
--- a/src/devices/bus/a2bus/q68.cpp
+++ b/src/devices/bus/a2bus/q68.cpp
@@ -50,7 +50,7 @@
//**************************************************************************
DEFINE_DEVICE_TYPE(A2BUS_Q68, a2bus_q68_device, "q68", "Stellation Two Q-68")
-DEFINE_DEVICE_TYPE(A2BUS_Q68PLUS, a2bus_q68plus_device, "q68plus", "Stellation Two Q-68 Plus")
+DEFINE_DEVICE_TYPE(A2BUS_Q68PLUS, a2bus_q68plus_device, "q68", "Stellation Two Q-68 Plus")
void a2bus_q68_device::m68008_mem(address_map &map)
{