| Commit message (Expand) | Author | Age | Files | Lines |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -4/+4 |
* | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 1 | -2/+2 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -2/+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 | -70/+70 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -5/+5 |
* | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -6/+6 |
* | 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 | -57/+57 |
* | 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 | -4/+4 |
* | 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 | -2/+2 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -0/+3 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -15/+29 |
* | Remove the following functions: |  Aaron Giles | 2010-07-01 | 1 | -2/+2 |
* | Remove most other instances of cpu_get_total_cycles. |  Aaron Giles | 2010-06-30 | 1 | -4/+4 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -6/+6 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -4/+0 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -10/+10 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -13/+12 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -51/+51 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -6/+6 |
* | Missed another one (no whatsnew) |  R. Belmont | 2010-01-16 | 1 | -4/+4 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -4/+4 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -2/+1 |
* | gcc 4.5.0 compilation fixes. |  Aaron Giles | 2009-12-29 | 1 | -1/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -23/+23 |
* | Minor speed improvement to the e132xs core - don't pass opcode parameter when... |  Phil Bennett | 2009-10-21 | 1 | -5/+3 |
* | Eliminated osd_cpu.h. |  Aaron Giles | 2009-10-12 | 1 | -21/+20 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -19/+19 |
* | CPU cores are now enabled on a per cpu core family basis instead of per cpu c... |  Wilbert Pol | 2009-03-25 | 1 | -72/+0 |
* | Moved some of the CPU cores over to use get_safe_token like other devices. |  Aaron Giles | 2009-03-12 | 1 | -9/+31 |
* | 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 | -51/+51 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -21/+21 |
* | Removed index and clock parameters from CPU_INIT function. |  Aaron Giles | 2008-12-18 | 1 | -19/+19 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -2/+0 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -4/+0 |
* | Re-routed empty get/set context calls to the dummy CPU's, and removed them |  Aaron Giles | 2008-12-09 | 1 | -6/+2 |
* | Cleanups/version bump/added missing drivers.mame0128u5 |  Aaron Giles | 2008-12-06 | 1 | -1/+1 |
* | 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 |
* | Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. |  Andrew Gardner | 2008-11-30 | 1 | -6/+2 |
* | Pointer-ified the hyperstone core, and removed all activecpu refs. |  Aaron Giles | 2008-11-26 | 1 | -953/+955 |
* | 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 | -2/+2 |
* | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 1 | -12/+3 |