summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/applefdintf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move filesystem library into separate namespace and use shorter uX type ↵ AJR2021-12-311-1/+1
| | | | names there
* swim1, swim2: Implement callback for DAT1BYTE output AJR2021-08-131-1/+3
|
* maciifx: Add preliminary PIC (Peripheral Interface Controller) devices and ↵ AJR2021-07-291-0/+0
| | | | | | OSS interrupt control * machine/applefdintf.*: Correct permissions
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-051-0/+3
| | | | | | 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)
* floppies: Turn the format arrays into function calls. Create a default ↵ Olivier Galibert2021-03-021-19/+22
| | | | "mfm", "fm" and "pc" list of formats. Their contents, and which driver uses what, may need some tuning.
* woz: Fix 2.0 format track length Olivier Galibert2021-02-151-0/+1
|
* ap_dsk35: make .2MG its own separate format handler [R. Belmont] arbee2021-02-051-0/+1
|
* Added Apple 2 disk image format: .nib (read-only support) (#7725) leesaudan22021-01-301-2/+4
| | | | This format was not supported by the new floppy subsystem. This commit provides read-only support of .nib files.
* flopimg: Change the extracted bitstreams into vector<bool> Olivier Galibert2021-01-221-0/+1
| | | | | | | 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
* swim2: Add reading, writing gcr up to track 63. Olivier Galibert2021-01-151-0/+1
|
* mac/swim2: Add apple drivers and associated communications Olivier Galibert2021-01-111-1/+2
|
* new files (nw) arbee2020-05-231-0/+73