| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bumped version to 0.277mame0277 |  Vas Crabb | 2025-04-29 | 1 | -2/+2 |
| * | Cleaned up build scripts and compiling documentation: |  Vas Crabb | 2025-04-20 | 1 | -34/+72 |
| * | Avoid the need to set MINGW32 or MINGW64 environment variables when using a s... |  Vas Crabb | 2025-04-19 | 1 | -8/+2 |
| * | -apple/rbv.cpp, apple/maciici.cpp: Implemented monochrome mode, cleaned up cl... |  Vas Crabb | 2025-04-14 | 1 | -8/+10 |
| * | More recompiler fixes: |  Vas Crabb | 2025-04-12 | 1 | -0/+82 |
| * | Started moving UML instruction reference to main documentation, fixed more re... |  Vas Crabb | 2025-04-12 | 2 | -0/+1501 |
| * | Miscelaneous minor fixes: |  Vas Crabb | 2025-03-30 | 2 | -39/+39 |
| * | Bumped version to 0.275mame0275 |  Vas Crabb | 2025-02-26 | 1 | -2/+2 |
| * | emscripten: fixes to get bgfx working (#13255) |  algestam | 2025-02-06 | 1 | -1/+1 |
| * | Bumped version to 0.274mame0274 |  Vas Crabb | 2025-01-30 | 1 | -2/+2 |
| * | Updated copyright years to 2025 |  Vas Crabb | 2025-01-01 | 3 | -3/+3 |
| * | docs: Updated compiling instructions to refer to Visual Studio 2022, bumped v... |  Vas Crabb | 2024-12-23 | 2 | -5/+5 |
| * | Bumped version to 0.272mame0272 |  Vas Crabb | 2024-11-30 | 1 | -2/+2 |
| * | idsoccer: improve adpcm emulation |  hap | 2024-11-17 | 1 | -2/+2 |
| * | devcpu: add retry_access and document |  Olivier Galibert | 2024-11-16 | 1 | -2/+64 |
| * | Bumped version to 0.271mame0271 |  Vas Crabb | 2024-10-30 | 1 | -2/+2 |
| * | docs: Improved notes about DirectX SDK and added a link in compiling instruct... |  veganaiZe | 2024-10-07 | 1 | -3/+4 |
| * | Bumped version to 0.270mame0270 |  Vas Crabb | 2024-09-25 | 1 | -2/+2 |
| * | Bumped version to 0.269mame0269 |  Vas Crabb | 2024-08-28 | 1 | -2/+2 |
| * | Cleaned up the mess from #12610: |  Vas Crabb | 2024-08-27 | 2 | -3/+20 |
| * | Bumped version to 0.268mame0268 |  Vas Crabb | 2024-07-31 | 1 | -2/+2 |
| * | Bumped version to 0.267mame0267 |  Vas Crabb | 2024-06-28 | 1 | -2/+2 |
| * | docs: fix markup on the links that were added. [R. Belmont] |  arbee | 2024-06-01 | 1 | -2/+2 |
| * | docs: Added sections with recommendations for submitting machines that requir... |  arbee | 2024-06-01 | 1 | -3/+16 |
| * | docs: Proofreading [Robert] |  Olivier Galibert | 2024-05-18 | 2 | -5/+5 |
| * | memory: Document taps, contention/interruptibility |  Olivier Galibert | 2024-05-14 | 3 | -7/+317 |
| * | -seta/ssv.cpp: Cleaned up key matrix code. |  Vas Crabb | 2024-05-09 | 1 | -1/+1 |
| * | -merit/mtouchxl.cpp: Added touch-enabled layout. |  Vas Crabb | 2024-05-09 | 1 | -2/+2 |
| * | -osd: Update slider list on demand rather than on frame updated (fixes MT08857). |  Vas Crabb | 2024-04-27 | 1 | -1/+1 |
| * | input/input_sdl.cpp: Added an SDL lightgun provider. |  Vas Crabb | 2024-04-26 | 4 | -44/+54 |
| * | -ui/ui.cpp, ui/videoopt.cpp: Made pointer activity timeout configurable. |  Vas Crabb | 2024-04-18 | 2 | -3/+47 |
| * | docs: Updated RTD to 2.0.0 and removed dependency on jQuery. (#12253) |  Firehawke | 2024-04-16 | 1 | -10/+3 |
| * | misc internal artwork: disable orange mouse pointer (false positive clickable... |  hap | 2024-04-14 | 1 | -1/+1 |
| * | emu/rendlay.cpp, ui/ui.cpp: Allow layout views to control pointer display. |  Vas Crabb | 2024-04-14 | 3 | -4/+19 |
| * | Initial touch input support: |  Vas Crabb | 2024-04-12 | 6 | -19/+197 |
| * | docs: Removed unnecessary repetition in othertools.rst. (#12224) |  Angelo Salese | 2024-04-09 | 1 | -7/+9 |
| * | tools/chdman.cpp: Added support for extracting cue/bin GD-ROM images and prod... |  987123879113 | 2024-03-31 | 1 | -0/+1 |
| * | Drop support for GCC < 10.3, clang 6, SDL < 2.0.14 and Qt 5.10. |  Vas Crabb | 2024-03-28 | 1 | -16/+15 |
| * | emu/debug/debugcmd.cpp: Add NUL-terminated string argument support to printf/... |  Patrick Mackinlay | 2024-03-21 | 1 | -10/+14 |
| * | emu/debug/debugcmd.cpp: Added support for lowercase hex to printf/logerror. [... |  Vas Crabb | 2024-03-19 | 2 | -2/+5 |
| * | Fixes and cleanup: |  Vas Crabb | 2024-03-12 | 1 | -3/+3 |
| * | -bus/a2bus: Added SNES MAX game controller interface card. |  Vas Crabb | 2024-03-10 | 1 | -2/+3 |
| * | Merge tag 'mame0263' into HEAD |  Vas Crabb | 2024-02-28 | 1 | -2/+2 |
| |\ |
|
| | * | Bumped version to 0.263mame0263 |  Vas Crabb | 2024-02-27 | 1 | -2/+2 |
| * | | docs: Document building only the tools. (#12065) |  Firehawke | 2024-02-27 | 1 | -0/+3 |
| |/ |
|
| * | Update copyright years. |  Vas Crabb | 2024-02-26 | 3 | -3/+3 |
| * | mamemenus.rst: mention the changed pause key |  hap | 2024-02-18 | 1 | -1/+1 |
| * | docs: combine description for fastforward key |  hap | 2024-02-17 | 1 | -6/+1 |
| * | osdsdl: move prescale keys from ctrl+f6/f7 to alt+f8/f9 |  hap | 2024-02-17 | 1 | -6/+6 |
| * | - osd sdl default keys: remove ctrl-blocks on f3 and f4, move opengl filter f... |  hap | 2024-02-16 | 1 | -11/+17 |