mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
support 800k ProDOS order (.po) disks
This commit is contained in:
parent
46645aeba4
commit
ff73a6a116
@ -1186,7 +1186,7 @@ LEGACY_FLOPPY_OPTIONS_START( apple35_mac )
|
||||
LEGACY_FLOPPY_OPTIONS_END
|
||||
|
||||
LEGACY_FLOPPY_OPTIONS_START( apple35_iigs )
|
||||
LEGACY_FLOPPY_OPTION( apple35_raw, "dsk,img,image", "Apple raw 3.5\" disk image", apple35_raw_identify, apple35_raw_construct, NULL,
|
||||
LEGACY_FLOPPY_OPTION( apple35_raw, "dsk,img,image,po", "Apple raw 3.5\" disk image", apple35_raw_identify, apple35_raw_construct, NULL,
|
||||
HEADS([1]-2)
|
||||
TRACKS([80])
|
||||
SECTOR_LENGTH([512])
|
||||
|
Loading…
Reference in New Issue
Block a user