summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diexec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clones promoted to working hap8 days1-1/+1
* -A few recompiler adjustments: Vas Crabb11 days1-1/+1
* emu/diexec.cpp: Deal with the annoyances of the timer state machine Vas Crabb11 days1-3/+4
* -emu/schedule.cpp: Restore timers expiring at the same time in the order they... Vas Crabb11 days1-5/+11
* diexec: don't eat negative cycles with abort_timeslice when icount<0 hap2024-11-161-10/+12
* diexec: Remove vestigial execute_burn override AJR2024-09-181-12/+0
* diexec: remove vestigal execute_input_lines() hap2024-09-181-11/+0
* diexec: remove unneeded memset on attotime object in constructor hap2024-03-281-2/+0
* Interrupt callback rationalization AJR2023-03-111-8/+3
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+11
* diexec: optionally resynchronize to the implicit clock domain on clock freque... Olivier Galibert2022-05-171-1/+5
* diexec.cpp: Add file inadvertently omitted from ca79d71af4bca7c1b8acc1df9e5db... AJR2022-01-261-3/+3
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-2/+2
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* Don't clear the input queue on reset. (#6517) Mike2020-04-041-1/+0
* diexec: Eliminate pulse_input_line_and_vector (nw) AJR2020-04-021-27/+0
* diexec.cpp: fixed save state regression (nw) Ivan Vangelista2019-12-121-0/+1
* Added wrapper for using STRUCT_MEMBER with an indeterminate length array Vas Crabb2019-12-091-8/+7
* 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-10/+10
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+6
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-141-1/+1
* Prevent aggressive incompetence (nw) Olivier Galibert2018-07-271-1/+3
* diexec.cpp: Better fix for indentation (nw) AJR2018-06-031-2/+2
* diexec.cpp: Fix formatting and validation mistake (nw) AJR2018-06-031-16/+16
* Point conceded; it is not, at this point, sensible to make m_vblank_interrupt... mooglyguy2018-06-031-9/+16
* No. mooglyguy2018-06-031-15/+8
* Back out diexec changes from commit 2cdb153103fa94d13a53dd747985ef56ec723e7a ... AJR2018-06-031-8/+15
* fixup, improve validation (nw) Vas Crabb2018-06-011-8/+5
* svis_snd cleanups, nw mooglyguy2018-06-011-9/+5
* Remove some machine().device usage from the core (nw) AJR2018-05-201-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-181-23/+44
* diexec: Note flaw in INPUT_LINE_RESET implementation (nw) AJR2018-04-081-0/+1
* Reshuffle some stuff: Vas Crabb2018-03-281-111/+36
* vgmplay: Disable POKEY and QSound devices if not required AJR2018-03-221-4/+4
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-58/+0
* rewind implementation fixes and improvements vadosnaprimer2017-12-221-3/+0
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+0
* Fix MAME lockup if you step and PlayStation based game twice then rewind twic... smf-2017-12-071-0/+2
* icount was missing from the savestates vadosnaprimer2017-12-061-0/+1
* Replace driver_device::generic_pulse_irq_line with device_execute_interface::... AJR2017-11-141-0/+42
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-13/+13
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-6/+6
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-6/+6
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* Iterate over devices C++11 style AJR2016-04-181-2/+1