| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | netlist: Add LM348, CD4071, CD4081 devices |  Aaron Giles | 2020-10-08 | 3 | -1/+112 |
| * | Various improvements to image file handling: |  Vas Crabb | 2020-10-08 | 5 | -149/+867 |
| * | vicdual: Add frogs netlist. Make sound board interface more general. |  Aaron Giles | 2020-10-07 | 1 | -209/+3075 |
| * | brdrline: sound improvements (#7332) |  beta-tester | 2020-10-06 | 1 | -209/+209 |
| * | Hook up Borderline netlist, provided by 'beta-tester' (#7328) [beta-tester] |  Aaron Giles | 2020-10-05 | 2 | -200/+5597 |
| * | 3rdparty/nanosvg: Re-base on latest upstream. |  Vas Crabb | 2020-10-05 | 1 | -1/+5 |
| * | -emu/rendlay.cpp: Allow item animation. |  Vas Crabb | 2020-10-05 | 1 | -5/+4 |
| * | netlist: fix VS build. |  couriersud | 2020-10-03 | 2 | -4/+4 |
| * | netlist: catch parenthesis count mismatch in formulas. |  couriersud | 2020-10-03 | 2 | -1/+8 |
| * | Exception specifications on deleted operators/constructors aren't useful. |  Vas Crabb | 2020-10-03 | 2 | -6/+6 |
| * | pmatrix_cr.h: More logical fix for the nothrow issue |  AJR | 2020-10-02 | 1 | -1/+1 |
| * | netlist: Revert changes intended to make the code work on OSX 10.10. |  couriersud | 2020-10-03 | 2 | -4/+4 |
| * | Fix clang error: exception specification of explicitly defaulted move assignm... |  AJR | 2020-10-02 | 2 | -6/+6 |
| * | netlist: simplify code. |  couriersud | 2020-10-02 | 7 | -77/+46 |
| * | netlist: move core_terms to netlist_state. |  couriersud | 2020-10-02 | 8 | -61/+71 |
| * | netlist: more clang lint fixes. |  couriersud | 2020-10-02 | 22 | -346/+384 |
| * | netlist: Add parse optimization to pfunction. |  couriersud | 2020-10-02 | 2 | -20/+99 |
| * | netlist: rename more files to lower case. |  couriersud | 2020-10-02 | 2 | -0/+0 |
| * | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 6 | -78/+54 |
| * | 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 |
| * | netlist: Convert driver filenames to lower case. |  couriersud | 2020-09-30 | 12 | -30/+32 |
| * | netlist: Fix a net splitting issue with four term devices. |  couriersud | 2020-09-30 | 6 | -16/+48 |
| * | netlist: Rewrote frontier documentation. |  couriersud | 2020-09-30 | 3 | -29/+28 |
| * | netlist: applied some clang tidy recommendations |  couriersud | 2020-09-30 | 13 | -14/+24 |