summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a driver for the original iPhone. (#3742) Melissa Goad2018-07-153-29/+85
* fix building with clang 6.0.1 (nw) smf-2018-07-072-12/+0
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-114-9/+19
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-13/+14
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-254-326/+321
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-9/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* -gba: Use correct initial mapping for movie cartridges. Fixes v_sharkt, v_shr... mooglyguy2018-01-131-0/+458
* pgm2 / arm9 : ensure savestates work from commandline (eg launching with -sta... David Haywood2018-01-042-0/+40
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-17/+17
* resolve merge conflicts (nw) MetalliC2017-12-271-17/+14
* Merge tag 'mame0193' Vas Crabb2017-12-271-14/+17
|\
| * Arm Thumb: same but handle 2 magical ROR cases (nw) MetalliC2017-12-241-19/+22
* | arm7: revert previous changes, explicit masking and rotating was unneeded (ex... MetalliC2017-12-253-55/+26
* | ARM thumb: v4 is really a bit different in edge cases (nw) MetalliC2017-12-241-5/+20
* | Arm Thumb: same but handle 2 magical ROR cases (nw) MetalliC2017-12-241-19/+22
|/
* Revert "ARM Thumb: mask address lsb during 16/32 bit memory access, as per AR... arbee2017-12-231-17/+17
* ARM Thumb: mask address lsb during 16/32 bit memory access, as per ARMv5/ARM9... MetalliC2017-12-241-17/+17
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-135-37/+34
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-135-34/+37
* protect trampoline constructors (nw) Vas Crabb2017-12-131-1/+3
* only define LSL, LSR, ROL & ROR when building the cpu core (nw) smf-2017-12-112-5/+5
* igs036 seems to be derived from a 946 type core based on using MPU not MMU, c... David Haywood2017-12-112-29/+25
* arm7: LDMIA/STMIA always align to a 32-bit boundry [endrift, R. Belmont] arbee2017-12-051-3/+2