summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arm7/arm7.c
Commit message (Expand)AuthorAgeFilesLines
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-5/+0
* fixed usage of uninitialized members in arm7_cpu_device (nw) Oliver Stöneberg2014-04-241-0/+4
* renamed a few more files from *.c to *.inc Oliver Stöneberg2014-03-191-3/+3
* (MESS) Fixed MT005469 Wilbert Pol2014-02-241-1/+2
* Skeleton for Sharp Zaurus (4th generation HW), blinks at Arbee Angelo Salese2013-08-151-1/+4
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-12/+11
* do not use space in shortnames (nw) Miodrag Milanovic2013-07-071-1/+1
* arm7.c: Modernized cpu core. (nw) Wilbert Pol2013-07-041-602/+486
* arm.c: Add fine page table lvl2 lookup, fixes ldrink fatalerror. [MooglyGuy] Ryan Holtz2013-02-061-4/+11
* checkpoint (nw) Ryan Holtz2013-02-041-122/+123
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-683/+683
* removed unreachable code detected by cppcheck (nw) Oliver Stöneberg2012-12-251-2/+0
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-4/+4
* 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
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-1/+1
* ARM7: Gave ARM mode its own file & cleaned up formatting/indenting [David Hay... R. Belmont2012-01-111-23/+144
* arm7: some code reorganization, used a jump table for a small speedup [David ... R. Belmont2012-01-111-16/+3
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-14/+14
* ARM7: Fixed 39-in-1 booting. [Tim Schuerewegen] Ryan Holtz2012-01-041-2/+18
* arm7: implemented MMU permission faults [Tim Schuerewegen] Miodrag Milanovic2011-12-301-37/+190
* 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
* ARM7 updates [Tim Schuerewegen]: R. Belmont2011-01-221-13/+20
* Cleanups and version bump. Aaron Giles2011-01-011-7/+7
* ARM7: Use updated diff (no whatsnew) R. Belmont2011-01-011-16/+69
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* ARM7+ updates: [Tim Schuerewegen] R. Belmont2010-12-311-10/+133
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-0/+1
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* arm7.c: Added big endian version of the arm7 cpu. The 3do uses an arm6 in 32b... Wilbert Pol2010-07-261-1/+36
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+5
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-1/+1
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-1/+1
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+5
* ARM: preliminary SA-1110 support R. Belmont2010-01-231-1/+33
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-221-6/+5
* Added some missing casts and other minor tweaks. Aaron Giles2009-08-191-6/+6
* Cleanups and version bump. Aaron Giles2009-08-021-1/+1
* ARM7 updates: R. Belmont2009-07-211-14/+190
* Fixing assert in drivers using ARM9 CPU (e.g. 39in1) Fabio Priuli2009-07-201-1/+1