add some ibm pcs to ample lite

(wip, joystick missing, tandy fdc questionable)
This commit is contained in:
Kelvin Sherlock
2025-12-07 19:52:01 -05:00
parent 12987fe516
commit c90d1f2acb
16 changed files with 49630 additions and 136 deletions
+4 -1
View File
@@ -605,7 +605,10 @@ def make_smartport(machine):
*['scsibus:' + str(x) for x in range(0,7)],
*['wd1772:' + str(x) for x in range(0,4)],
"sl6:0", "sl6:1", "0", "1", "2", "3"
"sl6:0", "sl6:1", "0", "1", "2", "3",
*['mb2:fdc_xt:fdc:' + str(x) for x in range(0,2)], # ibm pc
*["isa_fdc:fdc_xt:fdc:" + str(x) for x in range(0,2)],
]