summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diexec.c
Commit message (Expand)AuthorAgeFilesLines
* diexec.c: Cache a pointer directly to the machine scheduler at startup, Alex W. Jackson2014-09-181-20/+21
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-2/+2
* small optimization to device_execute_interface::local_time() (nw) Oliver Stöneberg2014-05-021-3/+2
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-32/+5
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-1/+16
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-4/+4
* konamigx: Reverb me harder baby! [O. Galibert] Olivier Galibert2014-04-081-13/+13
* It could never reach old style hack anyway (nw) Miodrag Milanovic2014-03-151-10/+2
* Fix display of device tags in internal profiler [Alex Jackson] Alex W. Jackson2014-02-191-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* removed unused periodic interrupt legacy code (nw) Oliver Stöneberg2013-08-211-16/+3
* simpler implementation of MCFG_DEVICE_{VBLANK|PRIODIC}_INT_REMOVE (nw) Oliver Stöneberg2013-08-211-28/+0
* fixed typo in comment (nw) Oliver Stöneberg2013-08-211-1/+1
* removed unused legacy VBLANK interrupt code Oliver Stöneberg2013-08-201-16/+2
* added MCFG_{CPU|DEVICE}_VBLANK_INT_REMOVE and MCFG_{CPU|DEVICE}_PERIODIC_INT_... Oliver Stöneberg2013-08-201-0/+29
* - made MCFG_DEVICE_VBLANK_INT_DEVICE param order more logic (nw) Miodrag Milanovic2013-07-251-3/+4
* 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-3/+18
* Minor schedule.c optimization Nathan Woods2013-03-281-6/+17
* Made IRQ_CALLBACK as members to work and made usage of delegates, with few up... Miodrag Milanovic2013-01-311-5/+18
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-34/+34
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* cothread removed, was not used for a long time and was commented (no whatsnew) Miodrag Milanovic2012-08-231-20/+0
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Broke dependency between mcr68 and mcr by creating Aaron Giles2012-04-171-0/+5
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-10/+40
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-40/+27
* Removed partial frame hack from the core Angelo Salese2011-12-141-66/+1
* Clean-ups and version bumpmame0144u2 Angelo Salese2011-12-041-6/+6
* Commented (per Kale's request) not removed libcothread usage in core (require... Miodrag Milanovic2011-11-301-3/+3
* Added a way to handle output for debug messages and debugger itself into octa... Miodrag Milanovic2011-10-041-0/+1
* Port from MESS, nw Angelo Salese2011-06-281-1/+1
* Added byuu's cothread library, along with a wrapper class. Switched to Aaron Giles2011-06-251-0/+20
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-31/+12
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-238/+215
* BIG update. Aaron Giles2011-03-291-12/+12
* 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
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-11/+11
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-2/+1
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-6/+6
* Converted TMS3203X to a modern device. Aaron Giles2011-01-311-12/+11
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* Split the screen device into a separate module. Aaron Giles2010-12-021-2/+2
* Converted ASAP CPU core from a legacy CPU core to a modern device. Aaron Giles2010-09-071-14/+14