summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diexec.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Next-gen config: make address map config not look like arse Vas Crabb2018-06-061-3/+3
* Point conceded; it is not, at this point, sensible to make m_vblank_interrupt... mooglyguy2018-06-031-4/+4
* No. mooglyguy2018-06-031-4/+4
* Back out diexec changes from commit 2cdb153103fa94d13a53dd747985ef56ec723e7a ... AJR2018-06-031-4/+4
* fixup, improve validation (nw) Vas Crabb2018-06-011-1/+1
* svis_snd cleanups, nw mooglyguy2018-06-011-3/+3
* diexec: Interrupt API changes (nw) AJR2018-05-181-4/+5
* move some not-directly-emulation-related helpers to lib/util, further extrica... Vas Crabb2018-04-011-0/+1
* Reshuffle some stuff: Vas Crabb2018-03-281-17/+44
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-15/+23
* Remove pulse_input_line version using CPU minimum quantum, which can (though ... AJR2017-11-221-2/+3
* Revert "pulse_input_line: change units to cycles and set default param to min... hap2017-11-151-2/+2
* pulse_input_line: change units to cycles and set default param to min_cycles ... hap2017-11-151-2/+2
* Replace driver_device::generic_pulse_irq_line with device_execute_interface::... AJR2017-11-141-0/+5
* general cleanup: Vas Crabb2017-05-231-4/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-46/+46
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-43/+43
* Cleanup, TIMER_CALLBACK was only in unused parts (nw) Miodrag Milanovic2016-10-211-1/+0
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-6/+6
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-7/+6
* Make octal flag part of address_space/address_space_config, not (illogically)... AJR2016-02-041-2/+0
* reverting: Miodrag Milanovic2016-01-201-2/+2
* Revert "Fixes (nw)" Miodrag Milanovic2016-01-201-1/+1
* Fixes (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-7/+7
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-5/+2
* diexec.c: Cache a pointer directly to the machine scheduler at startup, Alex W. Jackson2014-09-181-1/+5
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-3/+3
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-5/+1
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-2/+7
* disabled ATTR_DEPRECATED on device_irq_acknowledge_callback again (nw) Oliver Stöneberg2014-04-211-1/+1
* enabled ATTR_DEPRECATED on device_irq_acknowledge_callback (nw) Oliver Stöneberg2014-04-211-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* removed some unused legacy functions / flagged a few more things as deprecate... Oliver Stöneberg2013-08-221-1/+1
* added makefile define DEPRECATED to show warnings about deprecated code / add... Oliver Stöneberg2013-08-221-2/+2
* removed unused periodic interrupt legacy code (nw) Oliver Stöneberg2013-08-211-6/+0
* simpler implementation of MCFG_DEVICE_{VBLANK|PRIODIC}_INT_REMOVE (nw) Oliver Stöneberg2013-08-211-2/+2
* removed unused legacy VBLANK interrupt code Oliver Stöneberg2013-08-201-5/+0
* added MCFG_{CPU|DEVICE}_VBLANK_INT_REMOVE and MCFG_{CPU|DEVICE}_PERIODIC_INT_... Oliver Stöneberg2013-08-201-0/+8
* - made MCFG_DEVICE_VBLANK_INT_DEVICE param order more logic (nw) Miodrag Milanovic2013-07-251-1/+1
* added comments to diexec.h (nw) Oliver Stöneberg2013-07-161-5/+5
* Resolve devices specified for vblank/periodic interrupts relative to the Aaron Giles2013-07-131-2/+2
* Allow devices with execute interface to have a clock of zero, they are suspen... Dirk Best2013-06-141-0/+1
* Minor schedule.c optimization Nathan Woods2013-03-281-0/+1
* Made IRQ_CALLBACK as members to work and made usage of delegates, with few up... Miodrag Milanovic2013-01-311-2/+5
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-14/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-51/+51
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-140/+0