| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix MSVC build |  Aaron Giles | 2020-10-07 | 1 | -2/+2 |
| * | Various improvements to image file handling: |  Vas Crabb | 2020-10-08 | 10 | -396/+808 |
| * | 3rdparty/nanosvg: Re-base on latest upstream. |  Vas Crabb | 2020-10-05 | 1 | -13/+4 |
| * | -emu/rendlay.cpp: Allow item animation. |  Vas Crabb | 2020-10-05 | 3 | -220/+377 |
| * | frontend/mame/audit.cpp: Better heuristics for matching shared ROMs. |  Vas Crabb | 2020-10-04 | 2 | -1/+6 |
| * | emu/rendlay.cpp: Pre-load image components when changing video options. |  Vas Crabb | 2020-10-03 | 3 | -68/+141 |
| * | emu/render.cpp: Consider that screens can be hidden when choosing a default v... |  Vas Crabb | 2020-10-03 | 3 | -23/+32 |
| * | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 10 | -73/+55 |
| * | emu/machine.cpp: Get rid of remaining make_unique_clear on 'manager' objects. |  Vas Crabb | 2020-09-30 | 4 | -6/+19 |
| * | Don't clear memory before constructing devices, with the exception of drivers... |  Vas Crabb | 2020-09-28 | 1 | -2/+2 |
| * | Complete sound modernization of remaining devices. Legacy callbacks and strea... |  Aaron Giles | 2020-09-28 | 5 | -123/+5 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 8 | -73/+72 |
| * | Disable SOUND_DEBUG for non-debug builds, and srcclean |  Vas Crabb | 2020-09-27 | 3 | -43/+47 |
| * | Add abs, bit, s8, s16, s32 functions to debugger |  AJR | 2020-09-25 | 2 | -9/+72 |
| * | sound: Fix assertion when loading save state from command line. |  Aaron Giles | 2020-09-24 | 1 | -2/+2 |
| * | sound: Add a few new helpers to write_stream_view |  Aaron Giles | 2020-09-20 | 1 | -2/+35 |
| * | sound: fix some crackling when upsampling |  Aaron Giles | 2020-09-20 | 1 | -1/+1 |
| * | rendlay.cpp: Correct output alpha for rect and disk components. |  Vas Crabb | 2020-09-20 | 1 | -50/+61 |
| * | sound: Fix asserts due to sample-rate ping-pong in esq5505 driver |  Aaron Giles | 2020-09-19 | 1 | -1/+8 |
| * | debug/express.h: Remove leftover declaration |  AJR | 2020-09-19 | 1 | -2/+0 |
| * | -emu/rendlay.cpp: Small optimisation for opaque pixels in image component. |  Vas Crabb | 2020-09-19 | 1 | -1/+5 |
| * | distate: remove unused variable |  hap | 2020-09-18 | 2 | -5/+2 |
| * | sound: Some optimizations for common cases |  Aaron Giles | 2020-09-17 | 3 | -31/+54 |
| * | New machines marked as NOT_WORKING |  AJR | 2020-09-17 | 1 | -0/+2 |
| * | Revert "sound: Improved view interfaces to match usage patterns" |  Aaron Giles | 2020-09-17 | 4 | -79/+49 |
| * | sound: Improved view interfaces to match usage patterns |  Aaron Giles | 2020-09-17 | 4 | -49/+79 |
| * | Fix some layouts that were depending on emergent behaviour rather than specif... |  Vas Crabb | 2020-09-17 | 2 | -7/+4 |
| * | sound: Fix #7241, crash when restoring save state. |  Aaron Giles | 2020-09-15 | 1 | -0/+4 |
| * | Cleaned up inputs a little. |  Vas Crabb | 2020-09-16 | 2 | -23/+21 |
| * | Docs: Overhaul the default keys list (#7222) |  Firehawke | 2020-09-16 | 1 | -3/+3 |
| * | emu/rendlay.cpp: Added parameter animation and state masks. |  Vas Crabb | 2020-09-16 | 4 | -245/+533 |
| * | sound: Fix edge case where pending sample rate matches output. |  Aaron Giles | 2020-09-14 | 2 | -4/+9 |
| * | sound: Drive updates more sensibly from the sound manager, fixing some asserts. |  Aaron Giles | 2020-09-14 | 3 | -27/+27 |
| * | emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ... |  Vas Crabb | 2020-09-14 | 3 | -13/+9 |
| * | Significant internal changes to sound streams (#7169) |  Aaron Giles | 2020-09-13 | 6 | -765/+1898 |
| * | emu/save.h: Added support for saving arrays of attotimes and renamed macros t... |  Vas Crabb | 2020-09-14 | 2 | -89/+99 |
| * | emu/render.cpp: Apply target orientation when mapping points to layout elements. |  Vas Crabb | 2020-09-12 | 3 | -124/+267 |
| * | Remove last remaining uses of <background> elements in layouts, and print war... |  Vas Crabb | 2020-09-10 | 1 | -5/+15 |
| * | Migrate layouts in src/emu as well |  Vas Crabb | 2020-09-09 | 6 | -94/+87 |
| * | Updated most of the layouts using <bezel> elements |  Vas Crabb | 2020-09-09 | 1 | -4/+15 |
| * | -emu/rendlay.cpp: Fixed uninitialised variable breaking sdtor. |  Vas Crabb | 2020-09-09 | 1 | -9/+29 |
| * | -Fix layout regressions in spacezap/ebases and ccompan. |  Vas Crabb | 2020-09-09 | 2 | -6/+7 |
| * | New machines marked as NOT_WORKING |  Dirk Best | 2020-09-07 | 1 | -0/+1 |
| * | -Fixed issue that automatically generated unnecessary internal views. |  Vas Crabb | 2020-09-07 | 1 | -2/+13 |
| * | Finished adding new mechanism for allowing parts of views to be hidden. |  Vas Crabb | 2020-09-07 | 3 | -37/+32 |
| * | render.cpp: May need to recompute selected view when loading visibility toggl... |  Vas Crabb | 2020-09-06 | 1 | -0/+3 |
| * | -util/xmlfile: Escape attribute and element content. |  Vas Crabb | 2020-09-06 | 5 | -249/+503 |
| * | express.cpp: Replace simple_list with std::list in parsing |  AJR | 2020-09-03 | 2 | -56/+87 |
| * | Don't ignore config elements with attributes but no child nodes. |  Vas Crabb | 2020-09-02 | 1 | -1/+1 |
| * | inputdev.cpp: Fix oversight |  AJR | 2020-08-31 | 1 | -1/+1 |