summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-10/+0
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-22/+0
* Reshuffle some stuff: Vas Crabb2018-03-281-11/+8
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-0/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-12/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* cleanup headers of not used friend classes (nw) Miodrag Milanovic2017-02-121-2/+0
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-3/+3
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* Move disasm overrides into interface, reducing driver-debugger dependencies (nw) AJR2016-06-241-0/+2
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+0
* Revert software-installed slot/image options when changing software AJR2016-04-041-0/+14
* reverting: Miodrag Milanovic2016-01-201-1/+1
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Cleanup devcpu.h (nw) Miodrag Milanovic2015-11-061-37/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-0/+1
* Removed legacy_cpu_device. [Wilbert Pol] Wilbert Pol2014-09-121-324/+1
* Removed DECLARE_LEGACY_CPU_DEVICE (nw) Wilbert Pol2014-06-301-13/+0
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-2/+2
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-0/+3
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option... Miodrag Milanovic2013-08-271-0/+12
* removed unused periodic interrupt legacy code (nw) Oliver Stöneberg2013-08-211-3/+0
* removed unused legacy VBLANK interrupt code Oliver Stöneberg2013-08-201-1/+0
* added MCFG_{CPU|DEVICE}_VBLANK_INT_REMOVE and MCFG_{CPU|DEVICE}_PERIODIC_INT_... Oliver Stöneberg2013-08-201-0/+4
* fixed drcbex{64|86}.c compilation (nw) Oliver Stöneberg2013-07-101-2/+0
* revert this from 24166, it breaks the compile (drcbex__ needs it?) David Haywood2013-07-101-0/+1
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-2/+0
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-1/+1
* changed CPU_DISASSEMBLE to use cpu_device * instead of legacy_cpu_device *, s... smf-2013-03-061-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-169/+169
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-5/+0
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-4/+0
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+0
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-25/+65
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-4/+2
* Added a way to handle output for debug messages and debugger itself into octa... Miodrag Milanovic2011-10-041-0/+3
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-103/+32
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-301-5/+3
* BIG update. Aaron Giles2011-03-291-2/+2