mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
apple2: Allow attaching two images to a single CFFA2 [R. Belmont]
This commit is contained in:
parent
810c8f5d6e
commit
cb8efbafb8
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user