summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* device_state_interface overhaul AJR2020-08-314-171/+199
* Remove memarray.h from emu.h AJR2020-08-305-5/+3
* ioport: Transfer crosshair polling loop to render_crosshair AJR2020-08-304-61/+60
* Move axis movement checking code down into input devices AJR2020-08-304-54/+98
* devfind.cpp: move explicit template instantiations below all member bodies to... Vas Crabb2020-08-281-81/+82
* xtal: Add 9.732 MHz (used by CTA Invader) Dirk Best2020-08-281-0/+1
* validity.cpp, devfind.cpp: Catch missing required I/O ports in systems (exclu... Vas Crabb2020-08-287-129/+197
* validity.cpp: Limit characters allowed in I/O port tags, and check ROMs and I... Vas Crabb2020-08-272-29/+44
* Get rid of a bunch of _Names - any name starting with an underscore followed ... Vas Crabb2020-08-251-6/+6
* diserial: Use logmacro for optional logging and make the messages more useful AJR2020-08-231-7/+19
* srcclean for 0.224 Vas Crabb2020-08-232-5/+4
* odyssey2: different video xtal for jopac hap2020-08-221-0/+1
* emu/video: check macros are defined before doing comparisons, also fix a typo... Vas Crabb2020-08-213-6/+5