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