| Commit message (Expand) | Author | Age | Files | Lines |
| * | flopimg.cpp: add a default implementation for `supports_save` (#14156) |  Roman Donchenko | 2025-09-18 | 54 | -185/+6 |
| * | formats/acorn_dsk.cpp: Downgrade strength of format identification to reduce ... |  AJR | 2025-09-15 | 1 | -8/+8 |
| * | fs_prodos.cpp: Recognize more file types |  AJR | 2025-09-14 | 1 | -1/+38 |
| * | formats/zx81_p.cpp: Improved incorrect data detection (MT08951) (#14137) |  holub | 2025-09-07 | 1 | -17/+14 |
| * | formats/zx81_p.cpp: Fixed crash while image data is invalid (MT08950, MT8951)... |  holub | 2025-09-06 | 1 | -4/+18 |
| * | formats/tzx_cas.cpp: Added block 4B support (TSX format) / Fixed bug in block... |  holub | 2025-09-04 | 4 | -3/+109 |
| * | lib/netlist/build/create_lib_entries.py: fix missing EoF marker |  angelosa | 2025-08-31 | 1 | -2/+1 |
| * | palette: do assert() check before accessing array |  hap | 2025-08-04 | 1 | -38/+38 |
| * | formats/all.cpp: Include IPF, 86F disk formats in floptool (#13935) |  invertego | 2025-07-18 | 1 | -8/+5 |
| * | (emu.h) resampler: don't repeat default settings at several places, remove un... |  hap | 2025-07-04 | 1 | -1/+1 |
| * | tilemap: add callback for custom scrolling, and add one to k052109 for its co... |  hap | 2025-07-03 | 1 | -2/+2 |
| * | Various fixes: |  Vas Crabb | 2025-06-25 | 1 | -1/+1 |
| * | dipalette: add shadow config to savestates, and might as well rename hilight ... |  hap | 2025-06-24 | 1 | -1/+1 |
| * | casio/fz1.cpp: Add floppy to FZ-1 and clones (#13849) |  Devin Acker | 2025-06-21 | 3 | -0/+78 |
| * | phc25: Invert cassette polarity. (#13755) |  Olivier Valentin | 2025-05-30 | 1 | -2/+2 |
| * | options: fix range checker with negative values |  hap | 2025-05-19 | 1 | -1/+1 |
| * | hxchfe: Do not exit for an unknown encoding, just inform. |  Michael Zapf | 2025-05-16 | 1 | -1/+2 |
| * | hxchfe_dsk: fix build |  Patrick Mackinlay | 2025-05-13 | 1 | -2/+2 |
| * | hxchfe: Reimplemented HxC floppy emulator HFE format. |  Michael Zapf | 2025-05-12 | 2 | -217/+707 |
| * | formats/tap: added warnings about wrong checksum and size of the image (#13641) |  holub | 2025-04-30 | 1 | -1/+4 |
| * | Make avi able to do more than stereo |  Olivier Galibert | 2025-04-28 | 1 | -1/+1 |
| * | formats/cassimg.cpp: Pass byte count to wave fill function for legacy cassett... |  holub | 2025-04-26 | 37 | -93/+83 |
| * | Miscellaneous minor stuff: |  Vas Crabb | 2025-03-17 | 1 | -2/+6 |
| * | fsblk.cpp: Internal overhaul |  AJR | 2025-03-02 | 14 | -618/+474 |
| * | Cleaned up some stuff: |  Vas Crabb | 2025-03-01 | 1 | -19/+13 |
| * | util/chd.cpp: Hacked around GitHub #13029 (issues creating delta CHDs). |  Vas Crabb | 2025-02-27 | 1 | -35/+41 |
| * | srcclean and cleanup. |  Vas Crabb | 2025-02-23 | 2 | -3/+3 |
| * | formats/fsblk.cpp: Replaced fs::err_t enum with a standard error condition ca... |  ajrhacker | 2025-02-22 | 12 | -427/+476 |
| * | cdrom: fixed wrong track number in error messages [Robbbert] |  hap | 2025-02-21 | 1 | -14/+24 |
| * | Cleaned up some recent commits. |  Vas Crabb | 2025-02-07 | 1 | -22/+25 |
| * | -cpu/drcbex64.cpp: Fixed handling of address map global mask. |  Vas Crabb | 2025-02-06 | 2 | -20/+253 |
| * | formats/h8_cas.cpp: Update H8T to newer cassette handling (#13250) |  Mark Garlanger | 2025-02-02 | 2 | -111/+52 |
| * | formats/tzx_cas.cpp: Fixed regression in TAP format; Added checksum validatio... |  holub | 2025-02-02 | 1 | -12/+38 |
| * | Fix up some stuff: |  Vas Crabb | 2025-01-31 | 1 | -11/+28 |
| * | formats/cassimg.cpp: prevent regression in cass images (#13292) |  holub | 2025-01-28 | 2 | -3/+15 |
| * | misc: correct "lenght" typo |  hap | 2025-01-28 | 2 | -4/+4 |
| * | formats/oric_tap.cpp, formats/uef_cas.cpp: Fixed build after #13289, tidied c... |  holub | 2025-01-28 | 2 | -101/+95 |
| * | lib/formats: Fix build after cdb94c2be58ccbc427871890017e2213ee634079 |  AJR | 2025-01-27 | 4 | -4/+5 |
| * | formats/tzx_cas.cpp: Cut data size in case header requesting more than availa... |  holub | 2025-01-27 | 38 | -60/+77 |
| * | srcclean and manual cleanup |  Vas Crabb | 2025-01-26 | 1 | -1/+1 |
| * | util/corestr.cpp, sound/sdl_sound.cpp: Added missing standard library headers... |  Julian Sikorski | 2025-01-21 | 1 | -0/+1 |
| * | Tidy up some stuff. |  Vas Crabb | 2025-01-18 | 1 | -13/+20 |
| * | -cpu/drcbex64.cpp: Be nicer to the return address predictor. |  Vas Crabb | 2025-01-15 | 2 | -8/+8 |
| * | util/mfpresolve.h: Fix build with MSVC ABI. |  Vas Crabb | 2025-01-14 | 1 | -3/+3 |
| * | util/mfpresolve.h: Linux wants <cstddef> for ptrdiff_t. |  Vas Crabb | 2025-01-14 | 1 | -1/+2 |
| * | -util/mfpresolve.cpp: Moved member function resolution code to a common locat... |  Vas Crabb | 2025-01-14 | 3 | -200/+352 |
| * | formats/h17disk.cpp: Add format for Heath hard-sectored formats (#13222) |  Mark Garlanger | 2025-01-12 | 3 | -0/+293 |
| * | util/coretmpl.h: Added constexpr to the bitswap with explicit count. |  Vas Crabb | 2025-01-08 | 1 | -1/+1 |
| * | general: housekeeping and msvc warning elimination |  Patrick Mackinlay | 2025-01-03 | 1 | -1/+1 |
| * | formats/fs_vtech.cpp: Fix off-by-one error: end address is exclusive, not inc... |  AJR | 2024-12-24 | 1 | -6/+6 |