summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* video.cpp: Revise 77834407f23ad3418ed90168179ca895080dfa8d to only reset "las... AJR2022-01-221-6/+1
* rendutil.cpp: API cleanup + minor related OSD render cleanups AJR2022-01-223-102/+93
* video.cpp: Restart time counters after loading a save state AJR2022-01-221-1/+11
* digilog320: Hook up CRTC, basic screen display Dirk Best2022-01-201-0/+1
* xtal.cpp: Add one value AJR2022-01-121-0/+1
* dislot: Add option_replace, option_replace_internal and option_remove to make... AJR2022-01-062-0/+40
* device_image_interface: Interface overhaul AJR2022-01-062-216/+38
* emu/render.cpp: Improved scale factor selection. (#8961) antonioginer2022-01-061-41/+81
* xtal: Add 16.537_MHz_XTAL Dirk Best2022-01-051-0/+1
* Render-related cleanup AJR2021-12-307-29/+36
* fix PC-8801/9801 clocks (#9060) ValleyBell2021-12-301-1/+1
* fixed size prefix in find command [smf] smf-2021-12-281-1/+1
* expand buffer size from 15 to 16 for %t time in video_manager::open_next (#9039) goldnchild2021-12-251-1/+1
* New machines marked as NOT_WORKING AJR2021-12-241-0/+2
* -emu/render.cpp: Get the initial view check off the hot path (fixes MT08159). Vas Crabb2021-12-242-12/+28
* bus/nes_ctrl: Updated mahjong controller based on hardware info. (#9024) 0kmg2021-12-211-0/+72
* sound.h: Suppress sound_assert errors for fill and copy-type operations when ... AJR2021-12-201-1/+2
* emu/mconfig.cpp: Made checks on device add/replace stricter. Vas Crabb2021-12-091-11/+10
* Moved localised I/O port name lookup into I/O port manager. Vas Crabb2021-12-094-437/+502
* screen: report refresh rate <1hz as error in validity check hap2021-12-081-3/+3
* New machines marked as NOT_WORKING Dirk Best2021-12-071-0/+2
* Fixed MT07153 (SlikStick configuration for asteroid not working). Vas Crabb2021-12-061-0/+3
* -frontend: Give heading items in menus a bit of horizontal space. Vas Crabb2021-12-051-62/+6
* Remove a few outdated references to MESS Dirk Best2021-12-022-2/+2
* emumem fix Olivier Galibert2021-11-281-2/+2
* Fun with flags: Allows handlers to have user-defined flags set on Olivier Galibert2021-11-2820-716/+1402
* -emu/rendersw.hxx: Fixed incorrect clipping of untextured rectangles. Vas Crabb2021-11-271-111/+88
* emumem_aspace: Unref the root dispatch when destroying the address space Olivier Galibert2021-11-261-0/+5
* A little more refactoring, and Coverity fixes: Vas Crabb2021-11-254-97/+25
* render.cpp: Use simple_list instead of std::list for containers; remove old r... AJR2021-11-212-119/+39
* screen.cpp: Fix old editing errors in comments AJR2021-11-211-2/+2
* Miscellaneous #include cleanup AJR2021-11-201-2/+0
* emu/rendersw.hxx: Support texture wrap/clamp properly for (A)RGB formats. Vas Crabb2021-11-211-356/+443
* -emu/render.cpp: Fixed texture size calculation for oblong items. Vas Crabb2021-11-191-4/+4
* emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements. Vas Crabb2021-11-185-282/+656
* New machines marked as NOT_WORKING Nigel Barnes2021-11-141-0/+1
* Actually commit the source changes for ASIO 1.20.0 update. Vas Crabb2021-11-151-1/+1
* -osd/windows: Show error message box on a separate thread (see MT08118). Vas Crabb2021-11-121-1/+1
* Revert "-svg_renderer: Flag when output contents have not changed. [Ryan Holt... hap2021-11-081-11/+0
* fixes for variables set but not used smf-2021-11-071-6/+6
* -svg_renderer: Flag when output contents have not changed. [Ryan Holtz] (#8791) MooglyGuy2021-11-061-0/+11
* input: Clarify docuemntation and a comment. Vas Crabb2021-11-061-0/+2
* -Enabled complex combinations for analog axes: Vas Crabb2021-11-063-42/+67
* -emu/ioport.cpp: Fixed some default setting handling issues. Vas Crabb2021-11-043-16/+7
* -emu/ioport.cpp: Made default behaviour better. Vas Crabb2021-11-031-30/+41
* emu/ioport.h: Fixed stupid mismatched friend declaration that GCC blithely ig... Vas Crabb2021-11-031-1/+1
* -emu/ioport.cpp: Fixed "MAME lost my joystick settings!!!1!11! Vas Crabb2021-11-032-69/+109
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-029-256/+2
* Fix various usability issues: Vas Crabb2021-11-022-19/+17
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-312-18/+17