summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diexec.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-5/+1
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-2/+7
* disabled ATTR_DEPRECATED on device_irq_acknowledge_callback again (nw) Oliver Stöneberg2014-04-211-1/+1
* enabled ATTR_DEPRECATED on device_irq_acknowledge_callback (nw) Oliver Stöneberg2014-04-211-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* removed some unused legacy functions / flagged a few more things as deprecate... Oliver Stöneberg2013-08-221-1/+1
* added makefile define DEPRECATED to show warnings about deprecated code / add... Oliver Stöneberg2013-08-221-2/+2
* removed unused periodic interrupt legacy code (nw) Oliver Stöneberg2013-08-211-6/+0
* simpler implementation of MCFG_DEVICE_{VBLANK|PRIODIC}_INT_REMOVE (nw) Oliver Stöneberg2013-08-211-2/+2
* removed unused legacy VBLANK interrupt code Oliver Stöneberg2013-08-201-5/+0
* added MCFG_{CPU|DEVICE}_VBLANK_INT_REMOVE and MCFG_{CPU|DEVICE}_PERIODIC_INT_... Oliver Stöneberg2013-08-201-0/+8
* - made MCFG_DEVICE_VBLANK_INT_DEVICE param order more logic (nw) Miodrag Milanovic2013-07-251-1/+1
* added comments to diexec.h (nw) Oliver Stöneberg2013-07-161-5/+5
* Resolve devices specified for vblank/periodic interrupts relative to the Aaron Giles2013-07-131-2/+2
* Allow devices with execute interface to have a clock of zero, they are suspen... Dirk Best2013-06-141-0/+1
* Minor schedule.c optimization Nathan Woods2013-03-281-0/+1
* Made IRQ_CALLBACK as members to work and made usage of delegates, with few up... Miodrag Milanovic2013-01-311-2/+5
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-14/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-51/+51
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-140/+0
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-0/+4
* cothread removed, was not used for a long time and was commented (no whatsnew) Miodrag Milanovic2012-08-231-11/+0
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-2/+2
* Broke dependency between mcr68 and mcr by creating Aaron Giles2012-04-171-4/+10
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-1/+1
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-7/+23
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+4
* Created new testcpu driver that shows how to develop an empty Aaron Giles2012-01-141-0/+1
* Removed partial frame hack from the core Angelo Salese2011-12-141-12/+0
* Clean-ups and version bumpmame0144u2 Angelo Salese2011-12-041-2/+2
* Commented (per Kale's request) not removed libcothread usage in core (require... Miodrag Milanovic2011-11-301-6/+6
* Added a way to handle output for debug messages and debugger itself into octa... Miodrag Milanovic2011-10-041-0/+2
* Re-enabled scheduler cothread execution. [Curt Coder] Curt Coder2011-07-191-1/+1
* Cleanups (?) and version bumpmame0143 Angelo Salese2011-06-281-1/+1
* Put cothread usage behind a compile-time define, off for now. Aaron Giles2011-06-251-0/+8
* Added byuu's cothread library, along with a wrapper class. Switched to Aaron Giles2011-06-251-1/+7
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-2/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-72/+32
* BIG update. Aaron Giles2011-03-291-4/+4
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted TMS3203X to a modern device. Aaron Giles2011-01-311-1/+0
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* Converted ASAP CPU core from a legacy CPU core to a modern device. Aaron Giles2010-09-071-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-9/+9
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-1/+1
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-14/+2
* Use UINT64s for converting cycles <-> clocks. Aaron Giles2010-07-011-7/+7
* Remove the following functions: Aaron Giles2010-07-011-6/+0