apple2: the two Q-68 cards use the same ROM. [R. Belmont]

This commit is contained in:
arbee 2021-08-10 22:35:29 -04:00
parent 7e5ea52797
commit f4fa9412e3

View File

@ -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)
{