summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* full xtal conversionxtal Olivier Galibert2025-04-2934-184/+234
* emu/sound.cpp: Don't force lower samplerate for dummy sound output module. (#... feos2022-10-311-8/+0
* Move debugger command parameter validation helpers into debugger_console AJR2022-10-294-613/+619
* emumem: Fix range tracking when creating a subdispatch Olivier Galibert2022-10-272-0/+8
* Revert "romload.cpp: Fix build after e178fbd28127c526b212e5a4998058cebf530567" AJR2022-10-251-26/+25
* romload.cpp: Fix build after e178fbd28127c526b212e5a4998058cebf530567 AJR2022-10-251-25/+27
* diimage.cpp: Fix GCC build after e178fbd28127c526b212e5a4998058cebf530567 AJR2022-10-251-0/+1
* Remove #include <cstdarg> from emu.h and move it into source files that still... AJR2022-10-251-1/+0
* emu_timer: undo prev commit, add running() getter and change some enabled() c... hap2022-10-252-1/+2
* emu_timer adjust(): set enable flag to false if timer isn't running hap2022-10-241-2/+2
* Modernize core_strwildcmp() and core_iswildstr() (#10344) npwoods2022-10-163-5/+5
* Rework QX10 Keyboard implementation (#10384) Brian Johnson2022-10-152-0/+184
* Some layouts need more scales on the same texture Olivier Galibert2022-10-121-1/+1
* New machines marked as NOT_WORKING AJR2022-10-101-0/+1
* dirom: added pre and post rom bank change callbacks and changed almost all us... hap2022-10-042-2/+4
* sound: save cfg master volume when non-default hap2022-09-291-0/+11
* eminline.h: Additions AJR2022-09-251-0/+28
* mactoolbox.h: Move std::function template deduction guide to more accessible ... AJR2022-09-251-0/+8
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-251-41/+0
* device_palette_interface: Make information overrides noexcept AJR2022-09-252-12/+12
* corefile.h: Move filename utilities to path.h AJR2022-09-256-0/+6
* debugger/win: Added capability to save/restore window arrangement. Vas Crabb2022-09-164-10/+76
* fixes for clang 15.0 on windows [smf] smf-2022-09-151-2/+0
* Reallow debugger single-step command to break into subroutines during over/ou... AJR2022-09-141-0/+4
* Fixes and cleanup: Vas Crabb2022-09-152-65/+80
* -midway/seattle.cpp: Added San Francisco Rush Boot Code Version L1.12 as a BI... Vas Crabb2022-09-071-1/+1
* * new WORKING machine Olivier Galibert2022-09-061-0/+1
* emu/video.cpp: Added a space before %FPS in speed text. (#10305) 0kmg2022-09-051-1/+1
* Fix regressions in debugger trace command from d8d588262de1f11a529b208e470cff... AJR2022-09-021-2/+3
* schedule: rename add_scheduling_quantum to add_quantum, added perfect_quatum ... hap2022-09-022-55/+51
* driver: make flipscreen setters compatible with writeline hap2022-09-022-23/+23
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-026-7/+10
* Add file inadvertently omitted from 67be13960b2fffa5460c3e5dbb0a7f9736b87d3e AJR2022-09-011-0/+1
* Validate slot cards only once per device type during 'quick' validation passe... AJR2022-09-011-0/+5
* gen_latch: add boost interleave conf setting hap2022-08-311-1/+1
* Debugger changes AJR2022-08-2810-152/+597
* OSD/network interface cleanup AJR2022-08-284-3/+12
* Use util::streqlower in more places AJR2022-08-273-8/+5
* misc: remove unused variables that may give compiler warning hap2022-08-231-2/+0
* render: give cloneof ext artwork priority over internal artwork hap2022-08-211-8/+8
* emu/validity.cpp, ui/info.cpp: Base "no sound" check on speaker devices. Vas Crabb2022-08-201-2/+4
* sony_news/news_r4k.cpp: Implemented Sony NEWS NWS-5000X driver. (#8854) Brice Onken2022-08-201-0/+1
* Revert "emu: make memory_share_creator endianness param optional, it is nonse... hap2022-08-181-1/+1
* emu: make memory_share_creator endianness param optional, it is nonsense for ... hap2022-08-181-1/+1
* sinclair/specpls3.cpp: Improved floppy drive configuration. Vas Crabb2022-08-171-3/+6
* misc/astrcorp.cpp protection and layouts update: (#10235) Luca Elia2022-08-171-0/+2
* emumem: remove the flags interface from address_space (still available throug... Olivier Galibert2022-08-112-160/+0
* Driver device API cleanups AJR2022-08-092-25/+6
* attotime: Make operator+ and operator- constexpr AJR2022-08-091-2/+2
* dinvram: Separate backup-enable parameter (which prevents both loading and sa... AJR2022-08-093-5/+13