summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/schedule.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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