mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
apple2: the two Q-68 cards use the same ROM. [R. Belmont]
This commit is contained in:
parent
7e5ea52797
commit
f4fa9412e3
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user