summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/schedule.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* schedule: pick some really low-hanging fruit (nw) Vas Crabb2019-11-151-0/+1
* assert aborts on failure - abort is not an exception. conditional noexcept i... Vas Crabb2019-11-101-4/+4
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-6/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+0
* chess*: refactor irq timers (nw) hap2019-02-111-0/+1
* Reshuffle some stuff: Vas Crabb2018-03-281-0/+2
* general cleanup: Vas Crabb2017-05-231-1/+1
* RIP timer_pulse (nw) AJR2017-05-201-1/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-7/+7
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* - removed FUNC_NULL macro Miodrag Milanovic2016-07-011-12/+0
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-2/+0
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-11/+11
* delegate.h now supports mingw 32 bit builds with INTERNAL configuration. couriersud2015-05-311-0/+2
* and a final batch of passing attotime as const reference (nw) Oliver Stöneberg2014-07-041-10/+10
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* Minor schedule.c optimization Nathan Woods2013-03-281-0/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-37/+37
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-2/+1
* cothread removed, was not used for a long time and was commented (no whatsnew) Miodrag Milanovic2012-08-231-2/+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-2/+2
* Added byuu's cothread library, along with a wrapper class. Switched to Aaron Giles2011-06-251-0/+2
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-2/+2
* Fix inverted check on anonymous timers prior to saving state. Also Aaron Giles2011-06-051-1/+6
* Be consistent about template argument naming. Aaron Giles2011-04-301-8/+0
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-9/+17
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-0/+1
* BIG update. Aaron Giles2011-03-291-4/+4
* Make emu_timer destructor private to prevent direct freeing. Aaron Giles2011-02-161-0/+2
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-6/+6
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+0
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-7/+0
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-26/+1
* Fix build break from last checkin. Aaron Giles2011-02-061-2/+0
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-13/+177
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-3/+3
* Cleanups and version bump. Aaron Giles2010-06-171-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+104