| Commit message (Expand) | Author | Age | Files | Lines |
| * | srcclean in preparation for branching release |  Vas Crabb | 2021-01-24 | 2 | -6/+6 |
| * | flopimg: Fix gcr checksum |  Olivier Galibert | 2021-01-22 | 1 | -7/+7 |
| * | ATTR_UNUSED, do you welcome C++17 in your heart and mind? |  Olivier Galibert | 2021-01-22 | 1 | -7/+7 |
| * | flopimg: Change the extracted bitstreams into vector<bool> |  Olivier Galibert | 2021-01-22 | 26 | -671/+741 |
| * | dc42: better cell size on save and remove extraneous logging |  Olivier Galibert | 2021-01-17 | 2 | -8/+6 |
| * | swim2: Add reading, writing gcr up to track 63. |  Olivier Galibert | 2021-01-15 | 1 | -0/+6 |
| * | hp2640.cpp: Added tape emulation. (#7625) |  fulivi | 2021-01-12 | 2 | -29/+55 |
| * | imd_dsk: restore # of tracks check [R. Belmont] |  arbee | 2021-01-10 | 1 | -1/+4 |
| * | imd_dsk: use has_variant() and accept either HD or QD as 80-track drives [R. ... |  arbee | 2021-01-10 | 1 | -7/+4 |
| * | imd_dsk: add missing file [R. Belmont] |  arbee | 2021-01-09 | 1 | -0/+2 |
| * | imd_fmt.cpp: if an IMD image is 40 track but the drive is HD, put the data on... |  arbee | 2021-01-09 | 1 | -4/+64 |
| * | Provide the variants to the floppy formats |  Olivier Galibert | 2021-01-09 | 122 | -332/+351 |
| * | Low-level #include overhaul |  AJR | 2021-01-02 | 2 | -1/+2 |
| * | Cassette image processing cleanup |  AJR | 2021-01-01 | 9 | -102/+75 |
| * | orao103: Support new TAP format and format now done properly |  Miodrag Milanovic | 2020-12-06 | 1 | -9/+18 |
| * | cqm_dsk.cpp, ti89.cpp: Fix wrong fallthroughs. |  Sandro Ronco | 2020-11-18 | 1 | -1/+1 |
| * | Fix most implicit fallthrough warnings from clang |  Vas Crabb | 2020-11-17 | 3 | -1/+3 |
| * | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -0/+1 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 2 | -6/+7 |
| * | Got rid of a couple of easy auto_alloc_array |  Vas Crabb | 2020-11-09 | 1 | -1/+1 |
| * | emu/devfind.h: Added missing memory_share_array_creator. |  Vas Crabb | 2020-11-08 | 1 | -7/+7 |
| * | srcclean in preparation for 0.226 release branch |  Vas Crabb | 2020-10-25 | 2 | -6/+6 |
| * | aquarius: Added support for .CAQ cassette images. |  Nigel Barnes | 2020-10-19 | 2 | -0/+126 |
| * | formats/apridisk.cpp: Don't use megabytes of stack space. |  Vas Crabb | 2020-10-10 | 1 | -2/+2 |
| * | csw_cas: Added support for v1.xx format, non-compressed RLE, and removed Lega... |  Nigel Barnes | 2020-10-08 | 1 | -244/+167 |
| * | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 4 | -40/+46 |
| * | formats/cassimg.cpp: Finish encapsulation of cassette_image class. |  Vas Crabb | 2020-10-02 | 8 | -218/+218 |
| * | -imagedev/cassimg.cpp: Make the interface look something like C++. |  Vas Crabb | 2020-10-02 | 53 | -1150/+1025 |
| * | Disable SOUND_DEBUG for non-debug builds, and srcclean |  Vas Crabb | 2020-09-27 | 2 | -32/+32 |
| * | imd_dsk: Fix bug when changing IMD image [lfantoniosi] (#7289) |  lfantoniosi | 2020-09-25 | 1 | -0/+6 |
| * | Add MDCR support for P2000t (#7215) |  Erwin Jansen | 2020-09-17 | 2 | -0/+340 |
| * | VG5000ยต updates: |  Sylvain Glaize | 2020-08-31 | 1 | -0/+1 |
| * | formats/flopimg.cpp: Use appropriate standard exceptions for reporting errors... |  Vas Crabb | 2020-08-30 | 1 | -11/+13 |
| * | formats: Get rid of more inappropriate use of emu_fatalerror (and fix some sp... |  Vas Crabb | 2020-08-30 | 6 | -32/+39 |
| * | pc_dsk: Ignore 84-byte Disk Copy 4.2 header [Justin Kerk] |  Justin Kerk | 2020-08-29 | 1 | -0/+5 |
| * | formats: Removed some inappropriate uses of emu_fatalerror and stderr. |  Vas Crabb | 2020-08-23 | 3 | -29/+42 |
| * | *atom: cleanup |  Robbbert | 2020-08-17 | 1 | -2/+2 |
| * | acorn_dsk: Added support for Kenda formatted SSD images. |  Nigel Barnes | 2020-08-16 | 1 | -2/+14 |
| * | Revert "mdos dsk: support legacy floppy images, add XDOS support" |  Vas Crabb | 2020-08-04 | 2 | -346/+102 |
| * | mdos dsk: support legacy floppy images, add XDOS support |  68bit | 2020-07-29 | 2 | -102/+346 |
| * | srcclean for 0.223 |  Vas Crabb | 2020-07-26 | 3 | -3/+3 |
| * | spectrum: implemented Swift Disc and Swift Disc II interfaces |  MetalliC | 2020-07-17 | 2 | -0/+84 |
| * | trd_dsk.cpp add more formats, improve image type detection |  MetalliC | 2020-07-14 | 2 | -1/+57 |
| * | spectrum: add Logitek Proceed 1 C1541 disk interface (not fully working yet) |  MetalliC | 2020-07-12 | 1 | -0/+4 |
| * | spectrum: implemented Speccy-DOS and FloppyOne DOS interfaces, add "IC-DOS" B... |  MetalliC | 2020-07-11 | 4 | -0/+182 |
| * | mdos dsk: fix the cells size and gaps, make clear its Motorola MDOS |  68bit | 2020-07-04 | 2 | -6/+40 |
| * | Merge pull request #6896 from 68bit/os9-8inch-16sectors |  ajrhacker | 2020-07-02 | 1 | -12/+24 |
| |\ |
|
| | * | os9 dsk: add 8 inch, 16 sector, single density formats |  68bit | 2020-07-03 | 1 | -12/+24 |
| * | | Merge pull request #6897 from 68bit/motorola-mdos-dsk |  ajrhacker | 2020-07-02 | 2 | -0/+295 |
| |\ \ |
|
| | * | | MDOS disk format support |  68bit | 2020-07-03 | 2 | -0/+295 |
| | |/ |
|