| 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 | 2 | -9/+9 |
| * | flopimg: Change the extracted bitstreams into vector<bool> |  Olivier Galibert | 2021-01-22 | 26 | -671/+741 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 10 | -131/+154 |
| * | 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 |
| * | zippath.cpp: Checkpoint #2 |  AJR | 2021-01-08 | 1 | -32/+12 |
| * | util/zippath.cpp: Fix suffix for zip archives. |  Vas Crabb | 2021-01-08 | 1 | -1/+1 |
| * | zippath.cpp: Checkpoint |  AJR | 2021-01-06 | 2 | -97/+44 |
| * | options.h: Be more honest about #including prerequisites |  AJR | 2021-01-02 | 1 | -0/+7 |
| * | vbiparse.cpp: Add missing #include |  AJR | 2021-01-02 | 1 | -0/+1 |
| * | disasmintf.h: Attempt at fixing build on other compilers |  AJR | 2021-01-02 | 1 | -0/+1 |
| * | Low-level #include overhaul |  AJR | 2021-01-02 | 52 | -106/+102 |
| * | palette.cpp: Use std::fill instead of memset for dirty vector; add range check |  AJR | 2021-01-02 | 1 | -2/+3 |
| * | Cassette image processing cleanup |  AJR | 2021-01-01 | 9 | -102/+75 |
| * | Further additions of std::string_view |  AJR | 2021-01-01 | 5 | -33/+70 |
| * | hash.cpp, hashing.cpp: Change string processing to use std::string_view param... |  AJR | 2021-01-01 | 4 | -43/+158 |
| * | util/xmlfile.cpp: C++ comment conversion |  AJR | 2020-12-31 | 1 | -225/+225 |
| * | srcclean for 0.227 |  Vas Crabb | 2020-12-27 | 1 | -5/+5 |
| * | util/wavwrite.cpp: Hopefully fix build with clang libc++. |  Vas Crabb | 2020-12-27 | 1 | -0/+1 |
| * | More Lua interface cleanup - it's simpler with cleaner underlyng APIs. |  Vas Crabb | 2020-12-27 | 3 | -65/+91 |
| * | util/png: Use std::string_view internally in another function |  AJR | 2020-12-22 | 1 | -8/+6 |
| * | util/png: Update add_text to take std::string_view for arguments |  AJR | 2020-12-21 | 2 | -12/+11 |
| * | Fix some oversights and emergent behaviour with view selection. |  Vas Crabb | 2020-12-20 | 2 | -0/+72 |
| * | More Lua engine clean-up and documentation, resulting in core cleanup. |  Vas Crabb | 2020-12-18 | 1 | -61/+58 |
| * | support Redump extended bin/cue format for Dreamcast discs (#7422) |  nhand42 | 2020-12-17 | 2 | -1/+519 |
| * | unicode.h: Updates |  AJR | 2020-12-15 | 2 | -43/+16 |
| * | 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 |
| * | -unidasm: Allow input piped from stdin by specifying a bare hyphen as the fil... |  Vas Crabb | 2020-11-18 | 66 | -844/+612 |
| * | Fix most implicit fallthrough warnings from clang |  Vas Crabb | 2020-11-17 | 4 | -2/+4 |
| * | Remove some deprecated instantiations of static constexpr members (MSVC compl... |  Vas Crabb | 2020-11-15 | 1 | -6/+2 |
| * | 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 | 8 | -264/+267 |
| * | 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 | 3 | -8/+8 |
| * | aquarius: Added support for .CAQ cassette images. |  Nigel Barnes | 2020-10-19 | 2 | -0/+126 |
| * | emu/debug: Removed more macros, added more const, make a couple more things u... |  Vas Crabb | 2020-10-12 | 1 | -2/+2 |
| * | formats/apridisk.cpp: Don't use megabytes of stack space. |  Vas Crabb | 2020-10-10 | 1 | -2/+2 |
| * | brdrline: Add frontiers, reduce timestep to improve performance |  Aaron Giles | 2020-10-09 | 1 | -802/+3414 |
| * | csw_cas: Added support for v1.xx format, non-compressed RLE, and removed Lega... |  Nigel Barnes | 2020-10-08 | 1 | -244/+167 |
| * | frogs: Add AFUNC frontiers to improve performance |  Aaron Giles | 2020-10-08 | 1 | -2921/+2796 |