summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* emu/save.cpp, util/png.cpp, various disk and cassette formats: Use multibyte.... AJR2025-12-138-86/+76
* 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
* util/zippath.cpp: Handle "." directory and going up to or up from it. This im... AJR2025-11-131-8/+22
* 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
* pgm3.cpp - bootstrap first decrypted block from internal Flash [Peter Wilhelm... mamehaze2025-10-032-0/+36
* 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
* formats/tzx_cas.cpp: Added block 4B support (TSX format) / Fixed bug in block... holub2025-09-044-3/+109
* lib/netlist/build/create_lib_entries.py: fix missing EoF marker angelosa2025-08-311-2/+1
* palette: do assert() check before accessing array hap2025-08-041-38/+38
* formats/all.cpp: Include IPF, 86F disk formats in floptool (#13935) invertego2025-07-181-8/+5
* (emu.h) resampler: don't repeat default settings at several places, remove un... hap2025-07-041-1/+1
* tilemap: add callback for custom scrolling, and add one to k052109 for its co... hap2025-07-031-2/+2
* Various fixes: Vas Crabb2025-06-251-1/+1
* dipalette: add shadow config to savestates, and might as well rename hilight ... hap2025-06-241-1/+1
* casio/fz1.cpp: Add floppy to FZ-1 and clones (#13849) Devin Acker2025-06-213-0/+78
* phc25: Invert cassette polarity. (#13755) Olivier Valentin2025-05-301-2/+2
* options: fix range checker with negative values hap2025-05-191-1/+1
* hxchfe: Do not exit for an unknown encoding, just inform. Michael Zapf2025-05-161-1/+2
* hxchfe_dsk: fix build Patrick Mackinlay2025-05-131-2/+2
* hxchfe: Reimplemented HxC floppy emulator HFE format. Michael Zapf2025-05-122-217/+707
* formats/tap: added warnings about wrong checksum and size of the image (#13641) holub2025-04-301-1/+4
* Make avi able to do more than stereo Olivier Galibert2025-04-281-1/+1
* formats/cassimg.cpp: Pass byte count to wave fill function for legacy cassett... holub2025-04-2637-93/+83