summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arm7 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM7: Fix an LDM base register write-back bug. [Tim Schuerewegen] R. Belmont2011-01-301-2/+11
* 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-233-1/+14
* ARM7 updates [Tim Schuerewegen]: R. Belmont2011-01-223-17/+25
* Fixed an ARM7 R15 bit ignoring behaviour while in ARM state, fixes Lupin the ... Angelo Salese2011-01-121-3/+11
* ARM7+: Various cycle timing fixups [Tim Schuerewegen] R. Belmont2011-01-011-15/+81
* ARM7: fix for "39in1" (MAME) and removed a duplicate line [Tim Schuerewegen] Miodrag Milanovic2011-01-011-3/+5
* Cleanups and version bump. Aaron Giles2011-01-013-15/+15
* ARM7: Use updated diff (no whatsnew) R. Belmont2011-01-015-69/+264
* running_device -> device_t Aaron Giles2010-12-312-2/+2
* ARM7+ updates: [Tim Schuerewegen] R. Belmont2010-12-315-73/+304
* ARM7 core fix from Aaron. (no whatsnew) Curt Coder2010-08-201-0/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-193-3/+5
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-192-16/+16
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* arm7.c: Added big endian version of the arm7 cpu. The 3do uses an arm6 in 32b... Wilbert Pol2010-07-265-8/+78
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-12/+9
* 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-173-3/+3
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-3/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-083-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-083-9/+8
* ARM: preliminary SA-1110 support R. Belmont2010-01-232-1/+36
* 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-183-4/+4
* Within src/emu, basic conversions: Aaron Giles2010-01-122-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-105-5/+3
* Changes to sync with new toolchain: Aaron Giles2010-01-031-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-282-2/+2
* > -----Original Message----- Aaron Giles2009-10-032-5/+2
* Fixed disassembly of NEG Rd,Rs instruction in ARM7TDMI Thumb mode [Harmony] Ryan Holtz2009-09-182-1/+6
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-222-6/+15