| Commit message (Expand) | Author | Age | Files | Lines |
| * | cassimg: don't construct string from nullptr (#8265). |  Robbbert | 2021-07-21 | 1 | -1/+1 |
| * | API cleanups and miscellaneous fixes. |  Vas Crabb | 2021-07-15 | 2 | -22/+13 |
| * | delegate: Fix Visual Studio case with displaced object base (internal represe... |  Aaron Giles | 2021-07-14 | 1 | -3/+3 |
| * | video/voodoo.cpp: Major rewrite: (#8267) |  Aaron Giles | 2021-07-09 | 1 | -14/+20 |
| * | srcclean in preparation for release |  Vas Crabb | 2021-06-27 | 4 | -28/+28 |
| * | -util: Retire legacy object pool, removing vestigial references. |  Vas Crabb | 2021-06-24 | 4 | -751/+3 |
| * | formats/flopimg.cpp: Remove legacy pool allocator usage. (#8216) |  Aaron Giles | 2021-06-24 | 1 | -38/+19 |
| * | Added helpers for 64-bit count leading zeroes/ones. |  Vas Crabb | 2021-06-13 | 1 | -2/+2 |
| * | ipf: Wrap the decoding state in a sub-structure |  Olivier Galibert | 2021-06-10 | 2 | -112/+95 |
| * | wd177x: remove tests for head count. add track count test in check_compatibil... |  tim lindner | 2021-06-06 | 1 | -5/+9 |
| * | wd177x: test to make sure the floppy drive has room for all of the tracks |  tim lindner | 2021-06-05 | 1 | -0/+12 |
| * | enmirage: fixed and updated to load and play via MIDI, panel controls hooked ... |  tim lindner | 2021-06-03 | 1 | -10/+30 |
| * | apple2: handle Bernie ][ .2MGs with the signature bytes flipped. [R. Belmont] |  arbee | 2021-05-29 | 1 | -0/+6 |
| * | floppy_image_format_t: Turn all the methods that can be static into static me... |  Olivier Galibert | 2021-05-27 | 2 | -61/+61 |
| * | floppy: Change the formats from an intrusive list to a vector |  Olivier Galibert | 2021-05-27 | 2 | -23/+1 |
| * | Copy/paste fix |  Olivier Galibert | 2021-05-26 | 1 | -1/+1 |
| * | vtech: Add floppy formats and fs |  Olivier Galibert | 2021-05-26 | 8 | -2/+950 |
| * | reorganize the floptool code, add some write support |  Olivier Galibert | 2021-05-24 | 8 | -133/+142 |
| * | srcclean for release |  Vas Crabb | 2021-05-23 | 7 | -16/+16 |
| * | Compile fix for Linux (#8081) |  Brandon Munger | 2021-05-19 | 1 | -0/+1 |
| * | jasmin: Support write |  Olivier Galibert | 2021-05-16 | 6 | -188/+386 |
| * | prodos: Add file and resource reading |  Olivier Galibert | 2021-05-11 | 8 | -16/+345 |
| * | prodos: experiements in directory tree reading. |  Olivier Galibert | 2021-05-09 | 4 | -45/+223 |
| * | Avoid name collision on Y2 |  Olivier Galibert | 2021-05-02 | 1 | -11/+11 |
| * | MacOS < 10.13 has an issue with std::get, use std::get_if instead |  Olivier Galibert | 2021-05-02 | 4 | -13/+30 |
| * | prodos: Start of read support |  Olivier Galibert | 2021-05-02 | 6 | -12/+165 |
| * | fs: Add full jasmin read support |  Olivier Galibert | 2021-04-30 | 8 | -245/+600 |
| * | fsmgr: more compiler error fighting [R. Belmont] |  arbee | 2021-04-28 | 1 | -0/+1 |
| * | fsmgr: temp hack to fix Clang compile [R. Belmont] |  arbee | 2021-04-28 | 1 | -0/+1 |
| * | floppy: first steps on metadata, and hopefully make gcc happier on enumerate |  Olivier Galibert | 2021-04-28 | 8 | -30/+237 |
| * | floppy: start block-devicing fielsystem support |  Olivier Galibert | 2021-04-28 | 14 | -111/+869 |
| * | util/cdrom.cpp: Disable debug log message when parsing TOC. |  Vas Crabb | 2021-04-24 | 1 | -24/+20 |
| * | kaypro: added back support for kay/dsk images. |  Robbbert | 2021-04-22 | 1 | -2/+2 |
| * | thomson: Turn the extensions into slot devices, modernize the floppies |  Olivier Galibert | 2021-04-19 | 4 | -419/+91 |
| * | wd177x_dsk.cpp: Fix a bug that caused creation to crash for some subformats |  AJR | 2021-04-14 | 1 | -1/+1 |
| * | trs80m2: update of hash file |  Robbbert | 2021-04-15 | 1 | -1/+1 |
| * | jv3: better validation; honour readonly flag |  Robbbert | 2021-04-14 | 1 | -62/+93 |
| * | jv3: added save support. It doesn't work due to an emulation bug in the main ... |  Robbbert | 2021-04-14 | 1 | -3/+75 |
| * | jv3: fixed gap sizes, some disks can boot |  Robbbert | 2021-04-13 | 1 | -3/+3 |
| * | jv3: fixed a data pointer bug |  Robbbert | 2021-04-13 | 1 | -37/+82 |
| * | mm_dsk: Add missing terminator |  Olivier Galibert | 2021-04-12 | 1 | -1/+2 |
| * | imd: do the number of tracks test only on 5.25, 8" and 3.5" is always 80, 3" ... |  Olivier Galibert | 2021-04-12 | 1 | -11/+12 |
| * | jv3: used osd_printf_error |  Robbbert | 2021-04-11 | 1 | -2/+2 |
| * | jv3: Added protection against oversized disks. |  Robbbert | 2021-04-11 | 1 | -0/+10 |
| * | ap_dsk35: Punt 1.44MB dc42 images to the PC MFM handler, which knows how to r... |  arbee | 2021-04-10 | 1 | -0/+8 |
| * | trs80l2: cleaned a few things from last commit. |  Robbbert | 2021-04-10 | 2 | -7/+1 |
| * | trs80m3: Added support for JV3 disks (not working) |  Robbbert | 2021-04-10 | 4 | -16/+263 |
| * | trs80: Added support for Level 1 CAS files. |  Robbbert | 2021-04-07 | 2 | -17/+66 |
| * | trs80: validate the cas file |  Robbbert | 2021-04-02 | 1 | -0/+8 |
| * | floppy: What wd177x_dsk has become should be taken out and shot |  Olivier Galibert | 2021-03-31 | 16 | -38/+38 |