| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... |  Oliver Stöneberg | 2014-09-08 | 1 | -5/+0 |
* | fixed usage of uninitialized members in arm7_cpu_device (nw) |  Oliver Stöneberg | 2014-04-24 | 1 | -0/+4 |
* | renamed a few more files from *.c to *.inc |  Oliver Stöneberg | 2014-03-19 | 1 | -3/+3 |
* | (MESS) Fixed MT005469 |  Wilbert Pol | 2014-02-24 | 1 | -1/+2 |
* | Skeleton for Sharp Zaurus (4th generation HW), blinks at Arbee |  Angelo Salese | 2013-08-15 | 1 | -1/+4 |
* | Cleanups and version bumpmame0149u1 |  Miodrag Milanovic | 2013-07-23 | 1 | -12/+11 |
* | do not use space in shortnames (nw) |  Miodrag Milanovic | 2013-07-07 | 1 | -1/+1 |
* | arm7.c: Modernized cpu core. (nw) |  Wilbert Pol | 2013-07-04 | 1 | -602/+486 |
* | arm.c: Add fine page table lvl2 lookup, fixes ldrink fatalerror. [MooglyGuy] |  Ryan Holtz | 2013-02-06 | 1 | -4/+11 |
* | checkpoint (nw) |  Ryan Holtz | 2013-02-04 | 1 | -122/+123 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -2/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -683/+683 |
* | removed unreachable code detected by cppcheck (nw) |  Oliver Stöneberg | 2012-12-25 | 1 | -2/+0 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -3/+3 |
* | added missing \n to some fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-07 | 1 | -4/+4 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -22/+22 |
* | fixed some unread variable warnings reported by clang (no whatsnew) |  Oliver Stöneberg | 2012-08-09 | 1 | -5/+0 |
* | Clean-ups and version bumpmame0144u6 |  Angelo Salese | 2012-01-15 | 1 | -1/+1 |
* | ARM7: Gave ARM mode its own file & cleaned up formatting/indenting [David Hay... |  R. Belmont | 2012-01-11 | 1 | -23/+144 |
* | arm7: some code reorganization, used a jump table for a small speedup [David ... |  R. Belmont | 2012-01-11 | 1 | -16/+3 |
* | Cleanups and version bumpmame0144u5 |  Angelo Salese | 2012-01-08 | 1 | -14/+14 |
* | ARM7: Fixed 39-in-1 booting. [Tim Schuerewegen] |  Ryan Holtz | 2012-01-04 | 1 | -2/+18 |
* | arm7: implemented MMU permission faults [Tim Schuerewegen] |  Miodrag Milanovic | 2011-12-30 | 1 | -37/+190 |
* | GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) |  R. Belmont | 2011-05-30 | 1 | -2/+2 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -10/+10 |
* | ARM7 updates [Tim Schuerewegen]: |  R. Belmont | 2011-01-22 | 1 | -13/+20 |
* | Cleanups and version bump. |  Aaron Giles | 2011-01-01 | 1 | -7/+7 |
* | ARM7: Use updated diff (no whatsnew) |  R. Belmont | 2011-01-01 | 1 | -16/+69 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | ARM7+ updates: [Tim Schuerewegen] |  R. Belmont | 2010-12-31 | 1 | -10/+133 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -0/+1 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
* | arm7.c: Added big endian version of the arm7 cpu. The 3do uses an arm6 in 32b... |  Wilbert Pol | 2010-07-26 | 1 | -1/+36 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -2/+5 |
* | Remove most other instances of cpu_get_total_cycles. |  Aaron Giles | 2010-06-30 | 1 | -1/+1 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -1/+1 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -3/+3 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -6/+5 |
* | ARM: preliminary SA-1110 support |  R. Belmont | 2010-01-23 | 1 | -1/+33 |
* | 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 | -1/+1 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -1/+1 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+2 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Added infrastructure to compile universal standalone disassembler: |  Aaron Giles | 2009-08-22 | 1 | -6/+5 |
* | Added some missing casts and other minor tweaks. |  Aaron Giles | 2009-08-19 | 1 | -6/+6 |
* | Cleanups and version bump. |  Aaron Giles | 2009-08-02 | 1 | -1/+1 |
* | ARM7 updates: |  R. Belmont | 2009-07-21 | 1 | -14/+190 |
* | Fixing assert in drivers using ARM9 CPU (e.g. 39in1) |  Fabio Priuli | 2009-07-20 | 1 | -1/+1 |