summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arm
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-133-2051/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+1
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-2/+2
* Changes for Bryan McPhail (nw) Miodrag Milanovic2015-05-112-4/+4
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-073-0/+6
* 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
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-3/+0
* arm.c: converted to use inline configs. nw. Fabio Priuli2014-04-302-26/+9
* fixed usage of uninitialized member in arm_cpu_device (nw) Oliver Stöneberg2014-04-241-0/+2
* Simplified Last Bronx fix, however it's confirmed to set dst address to 0, Vi... Angelo Salese2014-04-161-2/+2
* Added Co-Processor sub-types to ARM CPU, hooking a special case for VL86C020 ... Angelo Salese2014-04-092-2/+77
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-232-11/+10
* arm.c: Fixed display of flags register. (nw) Wilbert Pol2013-07-011-2/+2
* removed useless branches Michaël Banaan Ananas2013-06-291-51/+46
* arm.c: Modernized cpu core. (nw) Wilbert Pol2013-06-272-431/+342
* armdasm.c: tiny fix for undefined shift behavior (nw) Wilbert Pol2013-02-111-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-113-356/+354
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-17/+17
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-8/+8
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-2/+0
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Fixed an ARM CPU core bug with pre-indexed addressing opcodes, that was preve... Angelo Salese2010-12-281-3/+9
* Fixed LDM opcode register writeback in ARM CPU core [Tim Schuerewegen] Angelo Salese2010-12-271-1/+14
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-1/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-8/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* arm.c: Added a big endian version of the arm2/3/6 cpu core and cleaned up the... Wilbert Pol2010-07-253-26/+74
* arm.c: Fixed word reading from non-aligned address in big endian mode. [Wilbe... Wilbert Pol2010-07-241-1/+10
* arm.c: Added big endian mode support to the LDRB and STRB instructions. [Wilb... Wilbert Pol2010-07-222-2/+15
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-4/+4
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* 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-081-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+7
* 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-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-3/+3
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* > -----Original Message----- Aaron Giles2009-10-032-3/+1
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-222-6/+8
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* ARM (26-bit): TST/TEQ should only update flags R. Belmont2009-07-051-31/+19