diff options
| author | 2021-08-10 22:35:29 -0400 | |
|---|---|---|
| committer | 2021-08-10 22:35:29 -0400 | |
| commit | f4fa9412e3a2ef39a0da9eae52a659e21b7f2ff3 (patch) | |
| tree | fa5be6c69450c1ab31057636205a39c397bea3e0 /src | |
| parent | 7e5ea52797cf9b8f6866f4b04a56732b51284227 (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.cpp | 2 |
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) { |
