summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arm7
Commit message (Expand)AuthorAgeFilesLines
* added command-line option -[no]drc_log_native to control DRC native diassembl... Oliver Stöneberg2014-11-071-5/+1
* added command-line option -[no]drc_log_uml to control DRC UML disassembly log... Oliver Stöneberg2014-11-071-7/+4
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-082-9/+0
* arm7: Added Thumb version of BLX. [R. Belmont] R. Belmont2014-05-142-1/+23
* fixed usage of uninitialized members in arm7_cpu_device (nw) Oliver Stöneberg2014-04-241-0/+4
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* renamed a few more files from *.c to *.inc Oliver Stöneberg2014-03-194-6/+6
* removed left-over legacy_cpu_device usage from src/emu/cpu/arm7/arm7core.h (nw) Oliver Stöneberg2014-03-111-1/+0
* (MESS) Fixed MT005469 Wilbert Pol2014-02-241-1/+2
* More "old GCC" fixups (nw) R. Belmont2013-11-161-4/+4
* Added command line option to force DRC C backend [Miodrag Milanovic] Miodrag Milanovic2013-08-271-3/+0
* removed some unused device_irq_acknowledge_callback occurrances (nw) Oliver Stöneberg2013-08-212-2/+0
* Skeleton for Sharp Zaurus (4th generation HW), blinks at Arbee Angelo Salese2013-08-151-1/+4
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-236-21/+18
* do not use space in shortnames (nw) Miodrag Milanovic2013-07-071-1/+1
* Fix compile Angelo Salese2013-07-071-1/+1
* arm7.c: Modernized cpu core. (nw) Wilbert Pol2013-07-0411-3776/+3111
* Removed unneeded file (nw) Wilbert Pol2013-06-291-1/+0
* arm7dasm.c: tiny fix for undefined shift behavior (nw) Wilbert Pol2013-02-111-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-114-569/+569
* arm7ops.c: Fix SMULW, SMLAW opcodes [MooglyGuy] Ryan Holtz2013-02-072-62/+40
* arm7ops.c: Fix SMLAL opcode. [MooglyGuy] Ryan Holtz2013-02-072-81/+31
* arm7ops.c: Fixed behavior of SMLAxy opcode. [MooglyGuy] Ryan Holtz2013-02-072-44/+504
* arm.c: Add fine page table lvl2 lookup, fixes ldrink fatalerror. [MooglyGuy] Ryan Holtz2013-02-063-4/+46
* arm7 drc checkpoint, nw Ryan Holtz2013-02-055-806/+2332
* checkpoint (nw) Ryan Holtz2013-02-0410-832/+2960
* output of new srcclean changes that are relatively small [smf] smf-2013-01-114-12/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-118-2764/+2761
* removed unreachable code detected by cppcheck (nw) Oliver Stöneberg2012-12-251-2/+0
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-192-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-172-6/+6
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-072-8/+8
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-22/+22
* fixed some unread variable warnings reported by clang (no whatsnew) Oliver Stöneberg2012-08-091-5/+0
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-102-2/+2
* ARM7: for v5 and later, Thumb POP can return to ARM mode [R. Belmont] R. Belmont2012-03-211-1/+23
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-1/+1
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-154-110/+110
* ARM7: Gave ARM mode its own file & cleaned up formatting/indenting [David Hay... R. Belmont2012-01-119-3143/+3691
* and 2 more (nw) R. Belmont2012-01-112-0/+1225
* missed a file (nw) R. Belmont2012-01-111-0/+226
* arm7: some code reorganization, used a jump table for a small speedup [David ... R. Belmont2012-01-113-1343/+17
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-083-18/+18
* ARM7: Fixed 39-in-1 booting. [Tim Schuerewegen] Ryan Holtz2012-01-041-2/+18
* arm7: implemented MMU permission faults [Tim Schuerewegen] Miodrag Milanovic2011-12-304-97/+280
* GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) R. Belmont2011-05-301-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+10
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-7/+7