From 750df305331ab151a622fe2d17cdb20d233cc219 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 23 Feb 2021 22:41:49 -0500 Subject: [PATCH] .229 iigs floppy disk changes --- python/mkmachines.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python/mkmachines.py b/python/mkmachines.py index ce5f133..39be85c 100644 --- a/python/mkmachines.py +++ b/python/mkmachines.py @@ -79,9 +79,14 @@ def find_machine_media(parent): # apple2c - tag="sl6:0:525" - . # apple3 - tag="0:525" - + # .229 apple2gs: + # + # + # format slot name : slotoption name : machine->device type name if mname == "apple2c" and slot == "sl6": slot = None + if slot=="fdc": slot = None # .229 IIgs # hack for now - these are scsi:1-7 slots but slot option isn't adjustable. if mname[0:3] == "mac" and slot == "scsi": slot = None