summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/schedule.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+0
* Timers now execute at the end of each timeslice instead of at the start, as t... Alex W. Jackson2014-02-221-8/+7
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* added makefile define FASTDEBUG to disable some debug-specific stuff, that is... Oliver Stöneberg2013-08-021-0/+2
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* Minor schedule.c optimization Nathan Woods2013-03-281-13/+30
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+14
* 1. [M6809] Uninitialized variable fix (nw) Nathan Woods2012-12-241-1/+3
* placed back schedule change but with fixed logic (no whatsnew) Miodrag Milanovic2012-12-171-6/+6
* Place schedule thing back, will put it back after release (nw) Miodrag Milanovic2012-12-171-6/+6
* Minor optimizations to schedule.c (nw) Nathan Woods2012-12-161-6/+6
* Added some logging (currently turned off) Nathan Woods2012-12-161-1/+7
* added missing \n to even more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-2/+2
* cothread removed, was not used for a long time and was commented (no whatsnew) Miodrag Milanovic2012-08-231-1/+0
* Made MCFG_QUANTUM_PERFECT_CPU able to work within devices (no whatsnew) Miodrag Milanovic2012-08-131-3/+3
* Clamp timer->remaining() to 0 if the timer has expired. Aaron Giles2012-02-281-1/+4
* 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-2/+2
* Clean-ups and version bumpmame0144u2 Angelo Salese2011-12-041-1/+1
* Commented (per Kale's request) not removed libcothread usage in core (require... Miodrag Milanovic2011-11-301-1/+1
* Added byuu's cothread library, along with a wrapper class. Switched to Aaron Giles2011-06-251-2/+3
* Fix inverted check on anonymous timers prior to saving state. Also Aaron Giles2011-06-051-5/+57
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-19/+15
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-7/+7
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-19/+19
* BIG update. Aaron Giles2011-03-291-2/+2
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-44/+0
* Make emu_timer destructor private to prevent direct freeing. Aaron Giles2011-02-161-0/+9
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-19/+19
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-6/+6
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-14/+5
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-1/+1
* Fix timer_pulse. Better would be not to use it at all, though. Aaron Giles2011-02-061-1/+1
* Fix build break from last checkin. Aaron Giles2011-02-061-7/+0
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-96/+651
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-10/+9
* Converted ASAP CPU core from a legacy CPU core to a modern device. Aaron Giles2010-09-071-3/+3
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-6/+6
* Cleanups and version bump. Aaron Giles2010-06-171-11/+11
* Guess what (no whatsnew) R. Belmont2010-06-171-1/+1
* Regression fixes: Aaron Giles2010-06-141-0/+23
* Fix several timing problems: Aaron Giles2010-06-101-2/+3
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-2/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+413