Commit Graph

10 Commits

Author SHA1 Message Date
AJR
918da8411d maciifx: Add preliminary PIC (Peripheral Interface Controller) devices and OSS interrupt control
* machine/applefdintf.*: Correct permissions
2021-07-29 23:40:16 -04:00
Olivier Galibert
92326e47af floppy: Beginning of the support for preformatted floppy images.
What's missing:
- parameters (like the disk name when it exists)
- possibly a cleanup of ram_open and friends (but not sure of the appropriate direction in which to go)
2021-03-05 10:17:20 +01:00
Olivier Galibert
3c9e374954 floppies: Turn the format arrays into function calls. Create a default "mfm", "fm" and "pc" list of formats. Their contents, and which driver uses what, may need some tuning. 2021-03-02 15:30:45 +01:00
Olivier Galibert
ea3904bdf4 woz: Fix 2.0 format track length 2021-02-15 20:22:10 +01:00
arbee
1029a103aa ap_dsk35: make .2MG its own separate format handler [R. Belmont] 2021-02-05 22:55:12 -05:00
leesaudan2
3fc703e806
Added Apple 2 disk image format: .nib (read-only support) (#7725)
This format was not supported by the new floppy subsystem.
This commit provides read-only support of .nib files.
2021-01-30 19:35:58 +01:00
Olivier Galibert
bd2db8dcc6 flopimg: Change the extracted bitstreams into vector<bool>
flopimg: Change the extracted sectors into vector<vector<uint8_t>>
flopimg: Add a Mac sector extraction
apple 3.5 gcr: Generalize track creation/extraction
apple 3.5 gcr: Add a pure sector format
2021-01-22 00:02:30 +01:00
Olivier Galibert
1b20d1f218 swim2: Add reading, writing gcr up to track 63. 2021-01-15 20:39:21 +01:00
Olivier Galibert
c5fe64666a mac/swim2: Add apple drivers and associated communications 2021-01-11 23:33:03 +01:00
arbee
f6cea0ce99 new files (nw) 2020-05-23 19:30:21 -04:00