summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/schedule.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kludge some absolute tag lookups in the core that can't really be helped (nw) AJR2018-05-211-1/+1
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* Stop save and load logging timers unless VERBOSE is set. [smf] smf-2017-12-201-2/+6
* Fix scheduler overflow when a device executes for more cycles than there are ... AJR2017-06-271-1/+9
* Retired min/max in attotime.h, in favor of std::[min|max]() Nathan Woods2017-05-251-4/+4
* RIP timer_pulse (nw) AJR2017-05-201-12/+0
* Check for callback name being a null pointer before sending it to %s. (nw) Ted Green2017-05-051-1/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* - removed FUNC_NULL macro Miodrag Milanovic2016-07-011-3/+8
* Iterate over devices C++11 style AJR2016-04-181-8/+7
* Iterate over core classes C++11 style AJR2016-03-311-3/+3
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-58/+58
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-3/+3
* These are not needed with official tools (nw) Miodrag Milanovic2015-11-101-12/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+996