| Commit message (Expand) | Author | Age | Files | Lines |
* | Clones promoted to working |  hap | 8 days | 1 | -1/+1 |
* | -A few recompiler adjustments: |  Vas Crabb | 11 days | 1 | -1/+1 |
* | emu/diexec.cpp: Deal with the annoyances of the timer state machine |  Vas Crabb | 11 days | 1 | -3/+4 |
* | -emu/schedule.cpp: Restore timers expiring at the same time in the order they... |  Vas Crabb | 11 days | 1 | -5/+11 |
* | diexec: don't eat negative cycles with abort_timeslice when icount<0 |  hap | 2024-11-16 | 1 | -10/+12 |
* | diexec: Remove vestigial execute_burn override |  AJR | 2024-09-18 | 1 | -12/+0 |
* | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -11/+0 |
* | diexec: remove unneeded memset on attotime object in constructor |  hap | 2024-03-28 | 1 | -2/+0 |
* | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -8/+3 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -3/+11 |
* | diexec: optionally resynchronize to the implicit clock domain on clock freque... |  Olivier Galibert | 2022-05-17 | 1 | -1/+5 |
* | diexec.cpp: Add file inadvertently omitted from ca79d71af4bca7c1b8acc1df9e5db... |  AJR | 2022-01-26 | 1 | -3/+3 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -3/+3 |
* | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -2/+2 |
* | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -1/+1 |
* | Don't clear the input queue on reset. (#6517) |  Mike | 2020-04-04 | 1 | -1/+0 |
* | diexec: Eliminate pulse_input_line_and_vector (nw) |  AJR | 2020-04-02 | 1 | -27/+0 |
* | diexec.cpp: fixed save state regression (nw) |  Ivan Vangelista | 2019-12-12 | 1 | -0/+1 |
* | Added wrapper for using STRUCT_MEMBER with an indeterminate length array |  Vas Crabb | 2019-12-09 | 1 | -8/+7 |
* | assert aborts on failure - abort is not an exception. conditional noexcept i... |  Vas Crabb | 2019-11-10 | 1 | -3/+3 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -10/+10 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -3/+6 |
* | -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... |  mooglyguy | 2018-12-14 | 1 | -1/+1 |
* | Prevent aggressive incompetence (nw) |  Olivier Galibert | 2018-07-27 | 1 | -1/+3 |
* | diexec.cpp: Better fix for indentation (nw) |  AJR | 2018-06-03 | 1 | -2/+2 |
* | diexec.cpp: Fix formatting and validation mistake (nw) |  AJR | 2018-06-03 | 1 | -16/+16 |
* | Point conceded; it is not, at this point, sensible to make m_vblank_interrupt... |  mooglyguy | 2018-06-03 | 1 | -9/+16 |
* | No. |  mooglyguy | 2018-06-03 | 1 | -15/+8 |
* | Back out diexec changes from commit 2cdb153103fa94d13a53dd747985ef56ec723e7a ... |  AJR | 2018-06-03 | 1 | -8/+15 |
* | fixup, improve validation (nw) |  Vas Crabb | 2018-06-01 | 1 | -8/+5 |
* | svis_snd cleanups, nw |  mooglyguy | 2018-06-01 | 1 | -9/+5 |
* | Remove some machine().device usage from the core (nw) |  AJR | 2018-05-20 | 1 | -1/+1 |
* | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -23/+44 |
* | diexec: Note flaw in INPUT_LINE_RESET implementation (nw) |  AJR | 2018-04-08 | 1 | -0/+1 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -111/+36 |
* | vgmplay: Disable POKEY and QSound devices if not required |  AJR | 2018-03-22 | 1 | -4/+4 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -58/+0 |
* | rewind implementation fixes and improvements |  vadosnaprimer | 2017-12-22 | 1 | -3/+0 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -0/+3 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -3/+0 |
* | Fix MAME lockup if you step and PlayStation based game twice then rewind twic... |  smf- | 2017-12-07 | 1 | -0/+2 |
* | icount was missing from the savestates |  vadosnaprimer | 2017-12-06 | 1 | -0/+1 |
* | Replace driver_device::generic_pulse_irq_line with device_execute_interface::... |  AJR | 2017-11-14 | 1 | -0/+42 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -0/+1 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -13/+13 |
* | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -6/+6 |
* | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -6/+6 |
* | 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 | -13/+13 |
* | Iterate over devices C++11 style |  AJR | 2016-04-18 | 1 | -2/+1 |