summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diexec.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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