summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7
Commit message (Expand)AuthorAgeFilesLines
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-2/+1
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-182-10/+10
* arm7: Clean up various code using util::sext and multiply inlines AJR2023-02-203-118/+40
* Move debugger command parameter validation helpers into debugger_console AJR2022-10-291-2/+1
* eminline.h: Additions AJR2022-09-255-24/+14
* Change debugger command handler parameter vector element type from std::strin... AJR2022-08-022-6/+6
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-3/+3
* Debugger feature improvements AJR2022-03-271-8/+28
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-2/+2
* arm7: Disassembly improvements AJR2022-03-132-825/+876
* arm7: Add debugger privilege callback for 26/32, A/T and user mode changes AJR2022-03-132-2/+10
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* -arm7: Fixed TLB Flush behavior. Fixes Github issue #8856. [Ryan Holtz] (#8876) MooglyGuy2021-11-241-10/+65
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-212-5/+5
* new NOT_WORKING machine (Casio CTK-2100) (#8757) Devin Acker2021-10-274-28/+363
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-012-10/+10
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-142-19/+35
* srcclean in preparation for branching release Vas Crabb2021-01-242-2/+2
* -arm7: Moved WinCE call logging into a separate .hxx file. [Ryan Holtz] Ryan Holtz2021-01-012-1055/+1067
* -arm7: Added optional logging for Windows CE calls. [Ryan Holtz] Ryan Holtz2020-12-313-53/+1186
* srcclean for 0.227 Vas Crabb2020-12-272-17/+17
* -arm7: Fixed the build. [Ryan Holtz] Ryan Holtz2020-12-261-8/+8
* -arm7: Added rudimentary TLB support. Allows HP Jornada 720 to boot further. ... Ryan Holtz2020-12-263-117/+500
* New machines marked as NOT_WORKING Ryan Holtz2020-12-243-131/+86
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-182-79/+76
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+1
* arm7thmb.cpp this should be more accurate ROR fix MetalliC2020-08-051-3/+3
* -arm7thmb: Fixed THUMB ROR behavior for shift values of 0 or >= 32. All tests... Ryan Holtz2020-08-051-12/+16
* -arm7: Added placeholder devices for PXA250 and PXA270, and corrected PXA255 ... MooglyGuy2020-06-222-3/+39
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-185-59/+59
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-6/+8
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-2/+2
* iphone2g wip (nw) (#6226) Melissa Goad2020-01-293-4/+54
* srcclean, manual adjustments (nw) Vas Crabb2020-01-262-11/+11
* -arm7: Added debug print ability for hapyfsh2. [Ryan Holtz] MooglyGuy2020-01-141-0/+194
* -arm7: Switched to using logmacro, and disabled logging by default, nw MooglyGuy2020-01-053-86/+94
* -arm710t: Fixed CPUID value in order to make psion5mx happy. [Ryan Holtz] MooglyGuy2020-01-021-1/+0
* -arm7: Added ARM710T variant subclass. [Ryan Holtz] mooglyguy2020-01-022-0/+19
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-111-0/+2
* arm7dasm.cpp: Remove unnecessary newline (nw) AJR2019-08-041-1/+1
* riscpc.cpp: fix bug with force irq, now rpc700 enters into prompt supervisor ... Angelo Salese2019-07-291-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+3
* Philips company is 1 L (nw) hap2019-02-281-1/+1
* misc MACHINE_CONFIG macros removal (nw) Ivan Vangelista2019-02-091-2/+3
* -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... mooglyguy2018-12-161-4/+0
* -6525tpi, 6532riot: Removed MCFG and old devcb accessors, nw mooglyguy2018-08-102-0/+17
* Wow. I can't believe I missed this. (nw) Melissa Goad2018-07-151-1/+1