| Commit message (Expand) | Author | Age | Files | Lines |
* | mips3.c: Modernised cpu core (nw) |  Wilbert Pol | 2014-06-01 | 1 | -644/+88 |
* | The official MIPS ABI doesn't have $ in front of the software names for the i... |  smf- | 2014-05-23 | 1 | -98/+98 |
* | removed usage of legacy IRQ callback (nw) |  Miodrag Milanovic | 2014-04-29 | 1 | -1/+1 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -0/+2 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -371/+371 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 1 | -1/+1 |
* | added missing \n to some fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-07 | 1 | -1/+1 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -9/+9 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+1 |
* | Cleanups and version bumpmame0142u5 |  Angelo Salese | 2011-06-05 | 1 | -2/+2 |
* | Another missed 4.6 warning (no whatsnew) |  R. Belmont | 2011-05-30 | 1 | -2/+2 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -6/+6 |
* | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 1 | -1/+1 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -9/+9 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -0/+1 |
* | Massive memory system change. This is another step along the path toward |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
* | Remove the following functions: |  Aaron Giles | 2010-07-01 | 1 | -1/+1 |
* | Remove most other instances of cpu_get_total_cycles. |  Aaron Giles | 2010-06-30 | 1 | -5/+5 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -2/+2 |
* | 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 | -4/+4 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -3/+3 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -3/+3 |
* | 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 | -2/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -12/+12 |
* | Cleanups and version bump.mame0135u1 |  Aaron Giles | 2009-11-20 | 1 | -2/+2 |
* | MIPS3 TLB fixes: |  Aaron Giles | 2009-11-17 | 1 | -20/+27 |
* | Added a compile-time flag to select between ABI and Manual register names in ... |  Ryan Holtz | 2009-09-04 | 1 | -1/+36 |
* | Fixed numerous opcodes in the AVR8 core [Harmony] |  Ryan Holtz | 2009-09-03 | 1 | -32/+32 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
* | Cleanups and version bump. |  Aaron Giles | 2009-03-19 | 1 | -12/+12 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 1 | -1/+1 |
* | Add specific support for NEC VR4300/4310 CPUs |  R. Belmont | 2009-03-14 | 1 | -33/+66 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -1/+1 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -5/+5 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -7/+7 |
* | Removed index and clock parameters from CPU_INIT function. |  Aaron Giles | 2008-12-18 | 1 | -2/+2 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -2/+0 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-07 | 1 | -1/+0 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -9/+9 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 1 | -1/+1 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -1/+1 |
* | Removed globals from cpuexec. |  Aaron Giles | 2008-11-25 | 1 | -1/+1 |