mirror of
https://github.com/ksherlock/ample.git
synced 2026-04-20 00:16:44 +00:00
add some ibm pcs to ample lite
(wip, joystick missing, tandy fdc questionable)
This commit is contained in:
@@ -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)],
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user