| Commit message (Expand) | Author | Age | Files | Lines |
| * | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -0/+1 |
| * | -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... |  MooglyGuy | 2019-07-02 | 1 | -10/+0 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -22/+0 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -11/+8 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -0/+2 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -2/+2 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -1/+1 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -12/+0 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -1/+1 |
| * | cleanup headers of not used friend classes (nw) |  Miodrag Milanovic | 2017-02-12 | 1 | -2/+0 |
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -3/+3 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -6/+6 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -3/+3 |
| * | Move disasm overrides into interface, reducing driver-debugger dependencies (nw) |  AJR | 2016-06-24 | 1 | -0/+2 |
| * | Eliminate device_t::static_config, a type-unsafe legacy feature. |  AJR | 2016-04-14 | 1 | -1/+0 |
| * | Revert software-installed slot/image options when changing software |  AJR | 2016-04-04 | 1 | -0/+14 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | Cleanup devcpu.h (nw) |  Miodrag Milanovic | 2015-11-06 | 1 | -37/+0 |
| * | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 1 | -0/+1 |
| * | 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 |