| Commit message (Expand) | Author | Age | Files | Lines |
* | -emu/schedule.cpp: Restore timers expiring at the same time in the order they... |  Vas Crabb | 11 days | 1 | -1/+2 |
* | schedule/timer: be more consistent with s32 param |  hap | 2023-12-11 | 1 | -6/+6 |
* | Revert "emu_timer: undo prev commit, add running() getter and change some ena... |  hap | 2022-11-01 | 1 | -1/+0 |
* | emu_timer: undo prev commit, add running() getter and change some enabled() c... |  hap | 2022-10-25 | 1 | -0/+1 |
* | schedule: rename add_scheduling_quantum to add_quantum, added perfect_quatum ... |  hap | 2022-09-02 | 1 | -2/+2 |
* | More scheduler optimisation, Visual Studio build fixes, and cleanup. |  Vas Crabb | 2022-06-17 | 1 | -42/+32 |
* | schedule.h: silence compiler warning in non-debug build |  hap | 2022-06-15 | 1 | -1/+1 |
* | Optimisation, and baby steps towards untangling stuff: |  Vas Crabb | 2022-06-16 | 1 | -3/+15 |
* | emu/schedule.cpp: Reduced spam from use of synchronize() - it serves a purpos... |  Vas Crabb | 2022-06-04 | 1 | -2/+3 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -8/+1 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -14/+11 |
* | Remove emualloc.* |  AJR | 2021-06-22 | 1 | -1/+0 |
* | Move some RC timing macros out of the core (nw) |  AJR | 2020-05-03 | 1 | -11/+0 |
* | schedule: pick some really low-hanging fruit (nw) |  Vas Crabb | 2019-11-15 | 1 | -0/+1 |
* | assert aborts on failure - abort is not an exception. conditional noexcept i... |  Vas Crabb | 2019-11-10 | 1 | -4/+4 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -6/+6 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -0/+1 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -1/+0 |
* | chess*: refactor irq timers (nw) |  hap | 2019-02-11 | 1 | -0/+1 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -0/+2 |
* | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -1/+1 |
* | RIP timer_pulse (nw) |  AJR | 2017-05-20 | 1 | -1/+0 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -7/+7 |
* | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -4/+4 |
* | - removed FUNC_NULL macro |  Miodrag Milanovic | 2016-07-01 | 1 | -12/+0 |
* | TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) |  Miodrag Milanovic | 2016-03-07 | 1 | -2/+0 |
* | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -11/+11 |
* | delegate.h now supports mingw 32 bit builds with INTERNAL configuration. |  couriersud | 2015-05-31 | 1 | -0/+2 |
* | and a final batch of passing attotime as const reference (nw) |  Oliver Stöneberg | 2014-07-04 | 1 | -10/+10 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | Cleanups and version bumpmame0148u3 |  Miodrag Milanovic | 2013-04-09 | 1 | -1/+1 |
* | Minor schedule.c optimization |  Nathan Woods | 2013-03-28 | 1 | -0/+3 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -37/+37 |
* | Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) |  Miodrag Milanovic | 2012-09-24 | 1 | -2/+1 |
* | cothread removed, was not used for a long time and was commented (no whatsnew) |  Miodrag Milanovic | 2012-08-23 | 1 | -2/+0 |
* | Clean-ups and version bumpmame0144u2 |  Angelo Salese | 2011-12-04 | 1 | -2/+2 |
* | Commented (per Kale's request) not removed libcothread usage in core (require... |  Miodrag Milanovic | 2011-11-30 | 1 | -2/+2 |
* | Added byuu's cothread library, along with a wrapper class. Switched to |  Aaron Giles | 2011-06-25 | 1 | -0/+2 |
* | Cleanups and version bumpmame0142u5 |  Angelo Salese | 2011-06-05 | 1 | -2/+2 |
* | Fix inverted check on anonymous timers prior to saving state. Also |  Aaron Giles | 2011-06-05 | 1 | -1/+6 |
* | Be consistent about template argument naming. |  Aaron Giles | 2011-04-30 | 1 | -8/+0 |
* | Latest delegate changes removed the need for bindable_object, so |  Aaron Giles | 2011-04-29 | 1 | -1/+1 |
* | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -9/+17 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -0/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -4/+4 |
* | Make emu_timer destructor private to prevent direct freeing. |  Aaron Giles | 2011-02-16 | 1 | -0/+2 |
* | Cleanups and version bump.mame0141u2 |  Aaron Giles | 2011-02-09 | 1 | -6/+6 |
* | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -1/+0 |
* | Move generic templates from emucore.h to emutempl.h. |  Aaron Giles | 2011-02-07 | 1 | -7/+0 |