| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 3 | -2051/+0 |
| * | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 1 | -1/+1 |
| * | Sorted out cpu cores (nw) |  Miodrag Milanovic | 2015-05-13 | 1 | -2/+2 |
| * | Changes for Bryan McPhail (nw) |  Miodrag Milanovic | 2015-05-11 | 2 | -4/+4 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 3 | -0/+6 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 2 | -3/+3 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 2 | -3/+3 |
| * | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... |  Oliver Stöneberg | 2014-09-08 | 1 | -3/+0 |
| * | arm.c: converted to use inline configs. nw. |  Fabio Priuli | 2014-04-30 | 2 | -26/+9 |
| * | fixed usage of uninitialized member in arm_cpu_device (nw) |  Oliver Stöneberg | 2014-04-24 | 1 | -0/+2 |
| * | Simplified Last Bronx fix, however it's confirmed to set dst address to 0, Vi... |  Angelo Salese | 2014-04-16 | 1 | -2/+2 |
| * | Added Co-Processor sub-types to ARM CPU, hooking a special case for VL86C020 ... |  Angelo Salese | 2014-04-09 | 2 | -2/+77 |
| * | Cleanups and version bumpmame0149u1 |  Miodrag Milanovic | 2013-07-23 | 2 | -11/+10 |
| * | arm.c: Fixed display of flags register. (nw) |  Wilbert Pol | 2013-07-01 | 1 | -2/+2 |
| * | removed useless branches |  Michaël Banaan Ananas | 2013-06-29 | 1 | -51/+46 |
| * | arm.c: Modernized cpu core. (nw) |  Wilbert Pol | 2013-06-27 | 2 | -431/+342 |
| * | armdasm.c: tiny fix for undefined shift behavior (nw) |  Wilbert Pol | 2013-02-11 | 1 | -1/+1 |
| * | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -2/+0 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 3 | -356/+354 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -3/+3 |
| * | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
| * | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 1 | -2/+2 |
| * | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -17/+17 |
| * | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -2/+2 |
| * | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -9/+9 |
| * | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -8/+8 |
| * | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -2/+0 |
| * | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
| * | Fixed an ARM CPU core bug with pre-indexed addressing opcodes, that was preve... |  Angelo Salese | 2010-12-28 | 1 | -3/+9 |
| * | Fixed LDM opcode register writeback in ARM CPU core [Tim Schuerewegen] |  Angelo Salese | 2010-12-27 | 1 | -1/+14 |
| * | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -1/+3 |
| * | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -8/+8 |
| * | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
| * | arm.c: Added a big endian version of the arm2/3/6 cpu core and cleaned up the... |  Wilbert Pol | 2010-07-25 | 3 | -26/+74 |
| * | arm.c: Fixed word reading from non-aligned address in big endian mode. [Wilbe... |  Wilbert Pol | 2010-07-24 | 1 | -1/+10 |
| * | arm.c: Added big endian mode support to the LDRB and STRB instructions. [Wilb... |  Wilbert Pol | 2010-07-22 | 2 | -2/+15 |
| * | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -4/+4 |
| * | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -2/+2 |
| * | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -3/+0 |
| * | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -4/+4 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -8/+7 |
| * | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -9/+9 |
| * | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -2/+2 |
| * | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -2/+2 |
| * | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 3 | -3/+3 |
| * | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -6/+6 |
| * | > -----Original Message----- |  Aaron Giles | 2009-10-03 | 2 | -3/+1 |
| * | Added infrastructure to compile universal standalone disassembler: |  Aaron Giles | 2009-08-22 | 2 | -6/+8 |
| * | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
| * | ARM (26-bit): TST/TEQ should only update flags |  R. Belmont | 2009-07-05 | 1 | -31/+19 |