diff options
author | 2021-01-11 23:32:54 +0100 | |
---|---|---|
committer | 2021-01-11 23:33:03 +0100 | |
commit | c5fe64666af97d5029af5e1707257b9258218faf (patch) | |
tree | 084bf4483aa98abd5544105fe7968e3437368ff5 /src/devices/machine/applefdintf.cpp | |
parent | 6611ce99a027e37ecc0cb01e9efebc44d898c07c (diff) |
mac/swim2: Add apple drivers and associated communications
Diffstat (limited to 'src/devices/machine/applefdintf.cpp')
-rwxr-xr-x | src/devices/machine/applefdintf.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/machine/applefdintf.cpp b/src/devices/machine/applefdintf.cpp index 3b1590720c1..8d859601c6b 100755 --- a/src/devices/machine/applefdintf.cpp +++ b/src/devices/machine/applefdintf.cpp @@ -31,7 +31,8 @@ void applefdintf_device::floppies_525(device_slot_interface &device) void applefdintf_device::floppies_35(device_slot_interface &device) { - device.option_add("35", FLOPPY_35_HD); + device.option_add("35dd", MFD51W); + device.option_add("35hd", MFD75W); } applefdintf_device::applefdintf_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock) : |