summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ap2_dsk.cpp
Commit message (Expand)AuthorAgeFilesLines
* -cpu/drcbex64.cpp: Optimised a couple more cases of GETFLGS, replaced a few m... Vas Crabb2025-10-091-122/+119
* formats/ap2_dsk.cpp: remove the RWTS18 format (#14262) Roman Donchenko2025-10-041-506/+0
* formats/ap2_dsk.cpp: add write support for the D13 format (#14214) Roman Donchenko2025-10-031-242/+334
* formats/ap2_dsk.cpp: remove duplicate lookup table (#14211) Roman Donchenko2025-09-251-14/+2
* flopimg.cpp: add a default implementation for `supports_save` (#14156) Roman Donchenko2025-09-181-15/+0
* ap2_dsk.cpp: fix loading bardstl3 (#13055) Roman Donchenko2024-12-071-2/+4
* ap2_dsk.cpp/h: clean up constants (#13021) Roman Donchenko2024-12-071-97/+100
* ap2_dsk.cpp: add missing error handling code (#12980) Roman Donchenko2024-11-151-6/+16
* ap2_dsk.cpp: add read-only support for the D13 format (#12956) Roman Donchenko2024-11-111-0/+122
* formats/ap2_dsk.cpp: don't crash when loading a NIB file with an all-zero tra... Roman Donchenko2024-10-311-3/+3
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-191/+182
* Floppy format API refinements AJR2023-10-081-31/+31
* formats: Use multibyte.h functions in more files AJR2023-09-171-4/+5
* ap2_dsk: Move the applesauce formats in their own file Olivier Galibert2022-09-281-508/+0
* apple: remove legacy floppy format handlers. [R. Belmont] arbee2022-09-241-496/+1
* srcclean pass in preparation for release branch Vas Crabb2022-09-251-3/+3
* woz: fix missing breaks Olivier Galibert2022-09-011-0/+3
* moof: Some fixes [Disk Blitz] Olivier Galibert2022-09-011-9/+131
* woz: Remove write support, it can't really be made reliable Olivier Galibert2022-09-011-114/+162
* woz/flux: even more fixes after some clarifications Olivier Galibert2022-08-111-12/+8
* woz/flux: better implementation Olivier Galibert2022-08-111-7/+11
* woz: handle FLUX tracks, even when somewhat broken Olivier Galibert2022-08-101-4/+32
* apple2: don't force ProDOS 2.5a8 to ProDOS sector order. (Github #7707) [R. B... arbee2022-07-281-4/+0
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-1/+1
* floppy: revisit the identify returns Olivier Galibert2022-03-301-8/+77
* floppy: Change the internal format to flux changes, update the mfi format acc... Olivier Galibert2022-03-301-1/+15
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-6/+6
* Constify the floppy image handling interface Olivier Galibert2022-03-301-21/+13
* apple2: split the 16 sector format in dos/prodos types Olivier Galibert2022-03-301-94/+48
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-58/+83
* srcclean in preparation for branching release Vas Crabb2021-02-211-5/+5
* woz: Correct trks chunk size Olivier Galibert2021-02-161-1/+1
* woz: Add write Olivier Galibert2021-02-151-2/+144
* woz: Fix 2.0 format track length Olivier Galibert2021-02-151-2/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Added Apple 2 disk image format: .nib (read-only support) (#7725) leesaudan22021-01-301-0/+168
* flopimg: Change the extracted bitstreams into vector<bool> Olivier Galibert2021-01-221-94/+27
* Provide the variants to the floppy formats Olivier Galibert2021-01-091-10/+10
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-3/+3
|\
| * use C++ library includes (nw) firewave2020-01-221-3/+3
* | apply2 floppy format: bake in the track count 68bit2020-01-201-3/+3
|/
* apple2: fix recognition of .NIB images on the old diskii controller (MT #7496... arbee2019-11-221-2/+2
* ap2_dsk: recognize ProDOS 2.5 boot block (nw) arbee2019-09-201-0/+4
* apple2: fix regression using 35-track disks with the legacy floppy (nw) arbee2019-08-251-1/+1
* srcclean (nw) Vas Crabb2019-08-251-1/+1
* ap2_dsk: recognize ProDOS 2.5 boot block (nw) arbee2019-08-081-0/+4
* ap2_dsk: only save 40 tracks if the disk originally had that many [R. Belmont] arbee2019-06-091-3/+6
* Apple II dsk 35 to 40 track zzemu-cn2019-06-091-15/+16
* Fix (unused) 3.5" head calc (nw) arbee2018-12-251-1/+1
* Fix (currently unused) 3.5" track calc for WOZ2 (nw) arbee2018-12-241-1/+1