summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arm7/arm7exec.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded file (nw) Wilbert Pol2013-06-291-1/+0
* ARM7: Gave ARM mode its own file & cleaned up formatting/indenting [David Hay... R. Belmont2012-01-111-534/+0
* arm7: some code reorganization, used a jump table for a small speedup [David ... R. Belmont2012-01-111-1124/+12
* arm7: implemented MMU permission faults [Tim Schuerewegen] Miodrag Milanovic2011-12-301-4/+3
* arm7: - Improved LDM/STM unaligned word access in THUMB mode. [Tim Schuerewegen] Miodrag Milanovic2011-01-291-3/+10
* arm7: Fix for "MOV LR, Rx" (where Rx bit 0 = 1) + "F800" situation. This fixe... Fabio Priuli2011-01-241-1/+1
* ARM7 updates [Tim Schuerewegen]: R. Belmont2011-01-231-0/+7
* Fixed an ARM7 R15 bit ignoring behaviour while in ARM state, fixes Lupin the ... Angelo Salese2011-01-121-3/+11
* ARM7: Use updated diff (no whatsnew) R. Belmont2011-01-011-4/+15
* ARM7+ updates: [Tim Schuerewegen] R. Belmont2010-12-311-2/+12
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-3/+0
* Fixed disassembly of NEG Rd,Rs instruction in ARM7TDMI Thumb mode [Harmony] Ryan Holtz2009-09-181-1/+1
* ARM7 updates: R. Belmont2009-07-211-3/+11
* ARM7 update R. Belmont2009-07-191-0/+229
* ARM7: Add ARMv5+ CLZ instruction R. Belmont2009-07-171-0/+9
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-1/+1
* ARM7 updates R. Belmont2008-11-291-173/+174
* change_pc? What change_pc? Aaron Giles2008-11-241-6/+0
* Converted a bunch of CPU cores over to the new memory functions. Aaron Giles2008-11-221-2/+2
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-2/+2
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-1/+1
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-1/+1
* cosmetics Laurent Desnogues2008-02-171-1268/+1279
* - Thumb ASR Rd,Rs: correct carry computation Laurent Desnogues2008-02-101-17/+28
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-1/+1
* Credit to SGINut. Ryan Holtz2008-01-241-6/+17
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1334