summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/schedule.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -osd: Clean up inline maths utilities. Vas Crabb2021-01-181-1/+1
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* save/restore otuput values in save states Vas Crabb2019-12-131-4/+3
* schedule: pick some really low-hanging fruit (nw) Vas Crabb2019-11-151-43/+52
* assert aborts on failure - abort is not an exception. conditional noexcept i... Vas Crabb2019-11-101-3/+3
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* Spring cleaning: Vas Crabb2019-11-011-21/+5
* don't try to update m_totalcycles on devices with a zero clock, as it will cr... smf-2018-07-291-1/+5
* Revert part of 20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27 smf-2018-07-291-26/+25
* Fix setting sample rate back to zero & crash for synchronous streams when rat... smf-2018-07-291-25/+26
* Revert part of 20b5f5d0e6f73b9ce6fffa4fc5dbe3f2b83d2a27 Olivier Galibert2018-07-291-26/+25
* vgmplay: start all clocks at zero and reset all sound chips on a song change ... smf-2018-07-271-25/+26
* 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