| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed legacy_cpu_device. [Wilbert Pol] |  Wilbert Pol | 2014-09-12 | 1 | -324/+1 |
* | Removed DECLARE_LEGACY_CPU_DEVICE (nw) |  Wilbert Pol | 2014-06-30 | 1 | -13/+0 |
* | removed usage of legacy IRQ callback (nw) |  Miodrag Milanovic | 2014-04-29 | 1 | -2/+2 |
* | Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... |  Miodrag Milanovic | 2014-04-23 | 1 | -0/+3 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option... |  Miodrag Milanovic | 2013-08-27 | 1 | -0/+12 |
* | removed unused periodic interrupt legacy code (nw) |  Oliver Stöneberg | 2013-08-21 | 1 | -3/+0 |
* | removed unused legacy VBLANK interrupt code |  Oliver Stöneberg | 2013-08-20 | 1 | -1/+0 |
* | added MCFG_{CPU|DEVICE}_VBLANK_INT_REMOVE and MCFG_{CPU|DEVICE}_PERIODIC_INT_... |  Oliver Stöneberg | 2013-08-20 | 1 | -0/+4 |
* | fixed drcbex{64|86}.c compilation (nw) |  Oliver Stöneberg | 2013-07-10 | 1 | -2/+0 |
* | revert this from 24166, it breaks the compile (drcbex__ needs it?) |  David Haywood | 2013-07-10 | 1 | -0/+1 |
* | devlegcy.h usage cleanup (nw) |  Oliver Stöneberg | 2013-07-10 | 1 | -2/+0 |
* | did modern cpu cores as well (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | Expanded device_t constructor with parameters for short name and source file ... |  Miodrag Milanovic | 2013-03-26 | 1 | -1/+1 |
* | changed CPU_DISASSEMBLE to use cpu_device * instead of legacy_cpu_device *, s... |  smf- | 2013-03-06 | 1 | -3/+3 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -169/+169 |
* | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) |  Miodrag Milanovic | 2012-09-18 | 1 | -0/+2 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -2/+2 |
* | Closeout on old macros. Retired cputag_set_input_line |  Aaron Giles | 2012-09-12 | 1 | -5/+0 |
* | In device_state_interface, rename state() to state_int() |  Aaron Giles | 2012-09-11 | 1 | -4/+0 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -3/+0 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -25/+65 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -4/+2 |
* | Added a way to handle output for debug messages and debugger itself into octa... |  Miodrag Milanovic | 2011-10-04 | 1 | -0/+3 |
* | Switch input ports to use function-based constructors instead of tokens. |  Aaron Giles | 2011-05-10 | 1 | -1/+1 |
* | Cleanups and version bumpmame0142u3 |  Angelo Salese | 2011-05-08 | 1 | -1/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -103/+32 |
* | Move overridable device->rom_region(), device->machine_config_additions(), and |  Aaron Giles | 2011-03-30 | 1 | -5/+3 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -27/+19 |
* | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 1 | -30/+2 |
* | Input ports can now be added to device, names are formed as sub tags from par... |  Miodrag Milanovic | 2011-02-13 | 1 | -0/+1 |
* | Removed short name as parameter from device_config this way it is not mandato... |  Miodrag Milanovic | 2011-02-11 | 1 | -1/+1 |
* | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -1/+1 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -0/+2 |
* | MDRV_* -> MCFG_* |  Aaron Giles | 2010-12-31 | 1 | -10/+10 |
* | For legacy CPUs, track whether we have initialized, and if we haven't, |  Aaron Giles | 2010-08-26 | 1 | -0/+1 |
* | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -1/+1 |
* | Return to type safety. Changed address maps back into functions that build |  Aaron Giles | 2010-08-01 | 1 | -14/+8 |
* | Whoops, forgot this. |  Aaron Giles | 2010-07-07 | 1 | -6/+0 |
* | Remove the global clock accessors and cpu_* aliases: |  Aaron Giles | 2010-07-07 | 1 | -4/+4 |
* | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 1 | -1/+1 |
* | Moved debugging structure away from CPUs only and attached to all |  Aaron Giles | 2010-07-06 | 1 | -33/+4 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -39/+56 |
* | Remove obsolete type. |  Aaron Giles | 2010-07-02 | 1 | -19/+4 |
* | Kill cpu_get_sp(). |  Aaron Giles | 2010-07-02 | 1 | -1/+0 |
* | Use UINT64s for converting cycles <-> clocks. |  Aaron Giles | 2010-07-01 | 1 | -2/+2 |
* | Remove the following functions: |  Aaron Giles | 2010-07-01 | 1 | -4/+0 |
* | Modified way device_type constants are defined in order to get unidasm compil... |  Miodrag Milanovic | 2010-06-29 | 1 | -1/+1 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -3/+3 |