summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* sound: Fix bug where gain was doubly-applied in some cases. Aaron Giles2020-10-251-1/+1
* emu/machine.h: Deprecate machine resource pool. Vas Crabb2020-10-251-1/+1
* srcclean in preparation for 0.226 release branch Vas Crabb2020-10-251-1/+1
* 07765: Sample rate now saved as part of the stream Aaron Giles2020-10-191-0/+1
* emu/rendlay.cpp: Fixed one more place where disk drawing had error accumulati... Vas Crabb2020-10-191-5/+6
* -emu/rendlay.cpp: Avoid another issue with floating point error accumulation ... Vas Crabb2020-10-191-21/+26
* disound: Create m_specified_inputs_mask to track which inputs have been speci... Aaron Giles2020-10-182-10/+17
* dac/volt_reg: improve performance (#7274) Aaron Giles2020-10-171-0/+1
* natkeyboard: Fix natural mods for pc_keyboard & at_keyboard devices; add more... AJR2020-10-151-1/+7
* -3rdparty/expat: Update to 2.2.10." Vas Crabb2020-10-151-1/+1
* emu/rendlay.cpp: Work around error accumulation issue that could cause hang w... Vas Crabb2020-10-141-5/+5
* -render.cpp: Fixed issue causing elements to be clipped on bottom/right. Vas Crabb2020-10-142-88/+67
* emu/natkeyboard.cpp: Fixed uninitialised variable. Vas Crabb2020-10-141-0/+1
* emu/rendlay.cpp: Got rid of an unused capture that upsets clang. Vas Crabb2020-10-141-1/+1
* emu/rendlay.cpp: Fix accumulation error causing black pixels on certain trans... Vas Crabb2020-10-141-14/+16
* emu/fileio.cpp: Fix an issue reporting the full path of files found in archiv... Vas Crabb2020-10-141-5/+11
* emu/rendlay.cpp: Draw disk components with area-based anti-aliasing. Vas Crabb2020-10-142-72/+315
* -emu/render.cpp: Load from all external artwork paths. Vas Crabb2020-10-136-257/+259
* emu/debug: Removed more macros, added more const, make a couple more things u... Vas Crabb2020-10-127-242/+220
* emu/ioport.cpp: Improved initial keyboard enable settings when changing slot ... Vas Crabb2020-10-113-3/+43
* -emu/natkeyboard.cpp: Allow keyboard devices to be enabled/disabled. Vas Crabb2020-10-113-76/+229
* Miscellaneous cleanup: Vas Crabb2020-10-102-36/+35
* rendutil.h: C99 doesn't need float-to-double-float for floor. Vas Crabb2020-10-091-1/+1
* Allow layout files to embed image data. Vas Crabb2020-10-091-54/+145
* 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