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