summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
Commit message (Expand)AuthorAgeFilesLines
* srcclean and manual cleanup Vas Crabb4 days1-1/+1
* ui: Improved media control experience, cleaned up a lot of bad code. Vas Crabb14 days2-11/+10
* rt1715w: floppy -- attach interrupt output and update GAP3 size. (#14879) shattered2026-05-061-1/+1
* formats/d88_dsk.cpp: override number of tracks for .1dd format angelosa2026-04-231-0/+6
* {flopimg,esq16_dsk}.cpp: Allow specifying explicit start and end sectors when... Christian Brunschen2026-03-283-5/+11
* sord/m5.cpp: Modernised driver (#14491) dlabi2026-03-283-3/+78
* formats/wavfile.cpp: Use helper functions from multibyte.h AJR2026-03-081-55/+22
* Add support for cassette images in AIFF format [AJR] AJR2026-03-083-1/+187
* apricot: Add support for plain sector format disk images Dirk Best2026-03-053-0/+90
* Tidy some things. Vas Crabb2026-02-251-1/+1
* formats/mz_cas.cpp: Fixed gross copy/pasta. Vas Crabb2026-02-251-376/+181
* formats/mz_cas.cpp: Convert constants to constexpr. [R. Belmont] arbee2026-02-211-19/+19
* formats/mz_cas.cpp: Fix MZ-80B cassette loading/multi-block load hang (format... GameTorchDev2026-02-213-2/+284
* formats/fs_prodos.cpp: Add loading address to metadata AJR2026-01-161-0/+2
* -scripts: Cleaned up devices build scripts a bit: Vas Crabb2026-01-082-16/+12
* commodore/pet: Floppy code cleanup. [Curt Coder] Curt Coder2026-01-072-2/+2
* lisa: Massive updates Olivier Galibert2026-01-074-34/+60
* formats/csw_cas.cpp: Fix confusion between 16-bit and 32-bit values AJR2026-01-021-2/+2
* formats/ap_dsk35.cpp: Recognize .po extension for 400K/800K raw sector images AJR2025-12-281-1/+1
* emu/save.cpp, util/png.cpp, various disk and cassette formats: Use multibyte.... AJR2025-12-137-34/+33
* fs_coco_os9.cpp: Remove incorrectly copy-pasted validator AJR2025-12-131-1/+1
* fs_cbmdos.cpp: Add disk_id and os_version to volume metadata AJR2025-12-134-1/+11
* floptool: Add flopblocks and hdblocks commands to enumerate blocks used by ev... AJR2025-12-1212-14/+452
* formats/fsblk.cpp: Add error code for when a circular reference is countered ... AJR2025-12-103-12/+20
* formats/fs_vtech.cpp: Properly recognize end of directory; fix block overrun ... AJR2025-12-051-14/+17
* formats/fs_prodos.cpp: Insert NUL padding when reading sparse files, rather t... AJR2025-12-051-2/+9
* att6300p.cpp: Add support for 1.2MB drive (525hd) (#14577) donohoe002025-12-011-1/+1
* formats/fsblk.cpp: Internal API change AJR2025-11-3014-221/+288
* pc/pc_t1t.h: Missing change corresponding to previous commit. Also srcclean. Vas Crabb2025-11-232-14/+14
* as_dsk.cpp: Fix size of FLUX chunk in MOOF files (#14499) Thomas2025-11-091-1/+1
* flopimg: add support for bad address field crc in basic fm and mfm images cracyc2025-11-0828-36/+73
* formats/all.cpp: Add 'wren' floppy format AJR2025-11-071-0/+9
* New working systems Nigel Barnes2025-11-072-0/+77
* Fixed up various broken stuff: Vas Crabb2025-10-302-6/+6
* adamnet/fdc.cpp: Add compatibility matrix for convenient reference AJR2025-10-271-0/+1
* Coleco Adam floppy disk emulation improvements AJR2025-10-262-58/+339
* terak: de-skeletonize -- add video boards. (#14383) shattered2025-10-222-0/+56
* floptool: New filesystem-based commands [AJR] AJR2025-10-171-3/+3
* adam_fdc: Enable 320KB format (with appropriate BIOS and drive option); add f... AJR2025-10-152-0/+7
* fsblk_vec.cpp: Sanity check for debug builds AJR2025-10-081-0/+2
* -cpu/drcbex64.cpp: Optimised a couple more cases of GETFLGS, replaced a few m... Vas Crabb2025-10-092-138/+126
* formats/ap2_dsk.cpp: remove the RWTS18 format (#14262) Roman Donchenko2025-10-043-529/+0
* formats/ap2_dsk.cpp: add write support for the D13 format (#14214) Roman Donchenko2025-10-032-249/+382
* formats/ap2_dsk.cpp: remove duplicate lookup table (#14211) Roman Donchenko2025-09-251-14/+2
* formats/tzx_cas.cpp: fix code portability (#14206) holub2025-09-241-2/+2
* flopimg.cpp: add a default implementation for `supports_save` (#14156) Roman Donchenko2025-09-1854-185/+6
* formats/acorn_dsk.cpp: Downgrade strength of format identification to reduce ... AJR2025-09-151-8/+8
* fs_prodos.cpp: Recognize more file types AJR2025-09-141-1/+38
* formats/zx81_p.cpp: Improved incorrect data detection (MT08951) (#14137) holub2025-09-071-17/+14
* formats/zx81_p.cpp: Fixed crash while image data is invalid (MT08950, MT8951)... holub2025-09-061-4/+18