summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arm7
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1310-10898/+0
* blame balrog for this :) (NW) Cowering2015-07-083-4/+4
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-242-7/+7
* Got answer from Steve Ellenoff (nw) Miodrag Milanovic2015-05-3010-82/+10
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-137-6/+8
* Updated licenses on Ryan Holtz request (nw) Miodrag Milanovic2015-05-093-1/+5
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-077-0/+14
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-3/+3
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* fix up comments (nw) arbee2015-03-251-2/+1
* arm7: STM decrementing mode actually writes in incrementing mode on real h/w.... arbee2015-03-251-6/+19
* 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