| Commit message (Expand) | Author | Age | Files | Lines |
* | misc cpu: no need to check debug enabled flag manually |  hap | 13 days | 2 | -3/+3 |
* | cpu/arm7: Added Intel StrongARM SA-1100 variant. |  Nigel Barnes | 2025-02-18 | 3 | -5/+32 |
* | misc: remove "all rights reserved" copyright comment, |  hap | 2025-01-22 | 8 | -13/+13 |
* | -tools/imgtool/modules: Fixed remaining calss memory access warnings. |  Vas Crabb | 2024-11-26 | 1 | -3/+3 |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 3 | -14/+14 |
* | sega/megadriv_acbl.cpp, skeleton/zorbakbd.cpp: Sorted DIP switch options. |  Vas Crabb | 2024-09-26 | 1 | -6/+2 |
* | New systems marked not working |  hap | 2024-09-21 | 1 | -4/+1 |
* | -cpu/arm7: Added interrupt helpers, hid details from most clients. |  Vas Crabb | 2024-09-22 | 10 | -120/+148 |
* | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -1/+0 |
* | -igs/igs027a.cpp: Started encapsulating IGS 027A onboard peripherals. |  Vas Crabb | 2024-09-13 | 2 | -3/+25 |
* | arm, arm7: Use util::sext in execution of branch instructions |  AJR | 2023-11-08 | 1 | -13/+3 |
* | arm7: another disassembly fix |  Olivier Galibert | 2023-11-09 | 1 | -1/+1 |
* | arm7: correct dasm of register shift op2 |  Olivier Galibert | 2023-11-08 | 1 | -1/+1 |
* | sega/sega_beena.cpp: Emulated Advanced Pico BEENA and TV Ocha-Ken. (#11213) |  qufb | 2023-10-28 | 2 | -0/+79 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -7/+1 |
* | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 2 | -10/+10 |
* | -Lua engine: run everything in coroutines. (#11019) |  Vas Crabb | 2023-03-25 | 1 | -2/+1 |
* | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 2 | -10/+10 |
* | arm7: Clean up various code using util::sext and multiply inlines |  AJR | 2023-02-20 | 3 | -118/+40 |
* | Move debugger command parameter validation helpers into debugger_console |  AJR | 2022-10-29 | 1 | -2/+1 |
* | eminline.h: Additions |  AJR | 2022-09-25 | 5 | -24/+14 |
* | Change debugger command handler parameter vector element type from std::strin... |  AJR | 2022-08-02 | 2 | -6/+6 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -3/+3 |
* | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -8/+28 |
* | srcclean and manual tidying up in preparation for 0.242 release |  Vas Crabb | 2022-03-27 | 1 | -2/+2 |
* | arm7: Disassembly improvements |  AJR | 2022-03-13 | 2 | -825/+876 |
* | arm7: Add debugger privilege callback for 26/32, A/T and user mode changes |  AJR | 2022-03-13 | 2 | -2/+10 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 2 | -2/+2 |
* | -arm7: Fixed TLB Flush behavior. Fixes Github issue #8856. [Ryan Holtz] (#8876) |  MooglyGuy | 2021-11-24 | 1 | -10/+65 |
* | srcclean in preparation for release of MAME 0.238. |  Vas Crabb | 2021-11-21 | 2 | -5/+5 |
* | new NOT_WORKING machine (Casio CTK-2100) (#8757) |  Devin Acker | 2021-10-27 | 4 | -28/+363 |
* | debugger: Extended target address syntax to include device/address space. (#8... |  Vas Crabb | 2021-10-01 | 2 | -10/+10 |
* | Added helpers for 64-bit count leading zeroes/ones. |  Vas Crabb | 2021-06-13 | 1 | -1/+1 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 2 | -19/+35 |
* | srcclean in preparation for branching release |  Vas Crabb | 2021-01-24 | 2 | -2/+2 |
* | -arm7: Moved WinCE call logging into a separate .hxx file. [Ryan Holtz] |  Ryan Holtz | 2021-01-01 | 2 | -1055/+1067 |
* | -arm7: Added optional logging for Windows CE calls. [Ryan Holtz] |  Ryan Holtz | 2020-12-31 | 3 | -53/+1186 |
* | srcclean for 0.227 |  Vas Crabb | 2020-12-27 | 2 | -17/+17 |
* | -arm7: Fixed the build. [Ryan Holtz] |  Ryan Holtz | 2020-12-26 | 1 | -8/+8 |
* | -arm7: Added rudimentary TLB support. Allows HP Jornada 720 to boot further. ... |  Ryan Holtz | 2020-12-26 | 3 | -117/+500 |
* | New machines marked as NOT_WORKING |  Ryan Holtz | 2020-12-24 | 3 | -131/+86 |
* | More Lua engine clean-up and documentation, resulting in core cleanup. |  Vas Crabb | 2020-12-18 | 2 | -79/+76 |
* | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -0/+1 |
* | arm7thmb.cpp this should be more accurate ROR fix |  MetalliC | 2020-08-05 | 1 | -3/+3 |
* | -arm7thmb: Fixed THUMB ROR behavior for shift values of 0 or >= 32. All tests... |  Ryan Holtz | 2020-08-05 | 1 | -12/+16 |
* | -arm7: Added placeholder devices for PXA250 and PXA270, and corrected PXA255 ... |  MooglyGuy | 2020-06-22 | 2 | -3/+39 |
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 5 | -59/+59 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -6/+8 |
* | srcclean and manual adjustments (nw) |  Vas Crabb | 2020-02-23 | 1 | -2/+2 |
* | iphone2g wip (nw) (#6226) |  Melissa Goad | 2020-01-29 | 3 | -4/+54 |