summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2020-05-12 22:10:51 -0400
committer arbee <rb6502@users.noreply.github.com>2020-05-12 22:10:51 -0400
commitcb8efbafb8f59f57d4235455d64feb8ee4f53ef9 (patch)
tree0bc9182f451d087dd82871d7556b2c83cc74406d /src/devices/bus
parent810c8f5d6e82f23c8c960eaeaaee88206b766992 (diff)
apple2: Allow attaching two images to a single CFFA2 [R. Belmont]
Diffstat (limited to 'src/devices/bus')
-rw-r--r--src/devices/bus/a2bus/a2cffa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/a2bus/a2cffa.cpp b/src/devices/bus/a2bus/a2cffa.cpp
index 8dd57c376e4..42a55c6b81c 100644
--- a/src/devices/bus/a2bus/a2cffa.cpp
+++ b/src/devices/bus/a2bus/a2cffa.cpp
@@ -52,7 +52,7 @@ ROM_END
void a2bus_cffa2000_device::device_add_mconfig(machine_config &config)
{
- ATA_INTERFACE(config, m_ata).options(ata_devices, "hdd", nullptr, false);
+ ATA_INTERFACE(config, m_ata).options(ata_devices, "hdd", "hdd", false);
// not yet, the core explodes
// SOFTWARE_LIST(config, "hdd_list").set_original("apple2gs_hdd");