summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/schedule.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-996/+0
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-10/+10
* Code enhancement Diego2015-09-241-1/+1
* Fix debug build. (nw) Sandro Ronco2015-08-161-1/+1
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-9/+10
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-1/+0
* please bear with me.. these are needed to compile in GCC 5.2 and I want mingw... Cowering2015-07-231-0/+12
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+2
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-6/+6
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-2/+2
* Revert "Changing FASTDEBUG to be assert-free is too big a change to push thro... Oliver Stöneberg2015-03-201-2/+0
* Changing FASTDEBUG to be assert-free is too big a change to push through with... Vas Crabb2015-03-201-0/+2
* removed now obsolete modification for FASTDEBUG=1 (nw) Oliver Stöneberg2015-03-201-2/+0
* save: Give the device when available to the state save subsystem [O. Galibert] Olivier Galibert2015-02-141-5/+5
* fixed some C++11 compiler warnings (nw) Oliver Stöneberg2015-02-051-1/+1
* diexec.c: Cache a pointer directly to the machine scheduler at startup, Alex W. Jackson2014-09-181-1/+1
* small optimization to device_scheduler::timer_list_insert() (nw) Oliver Stöneberg2014-09-111-1/+1
* schedule.c: minor logging improvements (nw) Alex W. Jackson2014-07-091-7/+8
* schedule.c: rebuild_execute_list() after loading a saved state to ensure the ... Alex W. Jackson2014-07-081-0/+1
* schedule.c: make yield() actually yield again, rather than be a synonym for s... Alex W. Jackson2014-07-041-4/+5
* and a final batch of passing attotime as const reference (nw) Oliver Stöneberg2014-07-041-7/+7
* removed unnecessary assert from src/emu/schedule.c (nw) Oliver Stöneberg2014-07-011-1/+0
* 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