add lisa floppy disks (twiggy)

This commit is contained in:
Kelvin Sherlock
2026-01-29 20:04:19 -05:00
parent c360f76297
commit 1e320e6347
3 changed files with 27 additions and 0 deletions

View File

@@ -375,6 +375,9 @@ DEVICE_MEDIA = {
"3ssdd": "floppy_3_5", # single sided, single density
# lisa
'tw': 'floppy_5_25',
}
DEVICE_EXCLUDE = set([
@@ -612,6 +615,10 @@ def make_smartport(machine):
*['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)],
# lisa
#*['fdc:' + str(x) + ":tw" for x in range(0,4)],
]