summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diexec.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Iterate over core classes C++11 style AJR2016-03-311-1/+1
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-20/+9
* Make octal flag part of address_space/address_space_config, not (illogically)... AJR2016-02-041-1/+0
* reverting: Miodrag Milanovic2016-01-201-19/+20
* tags are now strings (nw) Miodrag Milanovic2016-01-161-20/+19
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-14/+14
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+903