summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules
Commit message (Expand)AuthorAgeFilesLines
* New sound infrastructure.sound Olivier Galibert6 days15-831/+1552
* debugger/qt: Fix Qt6 deprecation warning (see GitHub #13207). Vas Crabb2025-04-011-2/+7
* -cpu/e132xs.cpp: Improved exception emulation: Vas Crabb2025-04-016-6/+120
* posixfile.cpp: Pass in explcit alignment to operator new just in case. Vas Crabb2025-03-051-1/+5
* posixfile.cpp: nothrow is passed to operator new, not to reinterpret_cast. Vas Crabb2025-03-051-1/+1
* bmc/bmcpokr.cpp: Improved DIP switch settings for xyddzhh. Vas Crabb2025-03-051-5/+5
* debugger/debugwin.cpp: Fixed clang build. Vas Crabb2025-03-021-2/+2
* debugger/win: Added option to disable window grouping. Vas Crabb2025-03-027-2/+24
* Added support for multiple features in the gdb stub, and added support for Pl... smf-2025-02-131-371/+546
* emscripten: fixes to get bgfx working (#13255) algestam2025-02-063-4/+13
* misc: remove "all rights reserved" copyright comment, hap2025-01-221-1/+1
* util/corestr.cpp, sound/sdl_sound.cpp: Added missing standard library headers... Julian Sikorski2025-01-211-0/+1
* osd: Added helper for getting CPU cache line size. Vas Crabb2025-01-133-0/+79
* Cherry-pick wayland improvements from upstream bgfx (#13070) Julian Sikorski2025-01-021-41/+4
* m6502: rename m65c02 to w65c02 as well hap2024-12-141-1/+1
* debugger/osx: Don't use uninitialised NSRect when creating pop-up button. Vas Crabb2024-11-191-3/+1
* file selector: Add midi connection selection to midi ports Olivier Galibert2024-10-295-16/+13
* Added gdbstub support for MC68030 (#12906) kms12122024-10-251-0/+28
* emu/debug, osd/modules/debugger/qt: Clean up #includes a bit AJR2024-09-307-9/+4
* input_sdl: fix deadlock issue with joystick (remove reset() call during proce... hap2024-09-281-34/+47
* Merge tag 'mame0269' into HEAD Vas Crabb2024-08-292-7/+7
|\
| * Cleaned up the mess from #12610: Vas Crabb2024-08-272-7/+7
* | input_sdl: empty event queue on resets hap2024-08-281-0/+4
* | osd/input_common: increase event queue size, hap2024-08-243-9/+15
|/
* emu/debug/dvdisasm.cpp: Fixed bad display if view is scrolled horizontally. (... dave-br2024-08-241-2/+1
* gdbstub: add -debugger_host option (#12610) Ramiro Polla2024-08-083-3/+9
* -debugger/debugqt.cpp: Don't sleep waiting for events on debugger update. Vas Crabb2024-08-031-1/+1
* -debugger/qt: Fixed crash on hard reset. Vas Crabb2024-07-312-2/+4
* New WORKING - sinclair/specnext.cpp: ZX Spectrum Next (known as tbblue) (#11918) holub2024-06-121-0/+1
* input_sdl.cpp: Add missing #include <cmath> for std::lround(). [Thomas Klausner] arbee2024-06-081-0/+1
* sound/coreaudio_sound.cpp: Simplify. Vas Crabb2024-05-291-58/+5
* -heathzenith: Removed trivia file - content should be on wiki, etc. Vas Crabb2024-05-293-27/+77
* opengl/gl_shader_tool.h: Clarified licensing. Vas Crabb2024-05-101-1/+2
* -merit/mtouchxl.cpp: Added touch-enabled layout. Vas Crabb2024-05-091-1/+1
* -osd: Update slider list on demand rather than on frame updated (fixes MT08857). Vas Crabb2024-04-272-6/+25
* input/input_sdl.cpp: Added an SDL lightgun provider. Vas Crabb2024-04-266-54/+330
* debugger/debugimgui.cpp: Refuse to break if unable to take over UI input. Vas Crabb2024-04-121-8/+12
* d3dhlsl: fix possible array overflow with system name string hap2024-04-112-3/+3
* Initial touch input support: Vas Crabb2024-04-127-201/+579
* Drop support for GCC < 10.3, clang 6, SDL < 2.0.14 and Qt 5.10. Vas Crabb2024-03-283-61/+12
* -debugger/debuggdbstub.cpp: Don't write data to socket in text mode. Vas Crabb2024-03-251-24/+20
* drawogl: increase texture hashtable size (emirage/robotadv were crashing with... hap2024-03-201-2/+2
* -input/input_rawinput.cpp: Properly align buffers for RAWINPUT header Vas Crabb2024-03-071-7/+7
* osd/modules/input: Various cleanup and minor enhancements. Vas Crabb2024-03-046-326/+243
* osd: Cleaned up MIDI and network interfaces a little more. Vas Crabb2024-03-017-209/+230
* gdbstub: fix checksum on Windows (#12067) BartmanAbyss2024-02-271-4/+7
* osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) Vas Crabb2024-02-252-25/+34
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-213-10/+10
* input_windows: remove doubled key hap2024-02-161-1/+1
* - osd sdl default keys: remove ctrl-blocks on f3 and f4, move opengl filter f... hap2024-02-161-7/+8