| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -1/+1 |
| * | diexec: m_totalcycles workaround doesnt apply anymore (nw) |  hap | 2020-06-22 | 1 | -2/+0 |
| * | Revert "diexec: m_totalcycles workaround doesnt apply anymore (nw)" |  hap | 2020-06-22 | 1 | -0/+2 |
| * | diexec: m_totalcycles workaround doesnt apply anymore (nw) |  hap | 2020-06-22 | 1 | -2/+0 |
| * | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -0/+1 |
| * | diexec: Eliminate pulse_input_line_and_vector (nw) |  AJR | 2020-04-02 | 1 | -1/+0 |
| * | Added wrapper for using STRUCT_MEMBER with an indeterminate length array |  Vas Crabb | 2019-12-09 | 1 | -2/+2 |
| * | assert aborts on failure - abort is not an exception. conditional noexcept i... |  Vas Crabb | 2019-11-10 | 1 | -8/+8 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -16/+16 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -29/+17 |
| * | -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... |  MooglyGuy | 2019-07-02 | 1 | -26/+0 |
| * | debugger: add 'gp' command |  Sven Schnelle | 2018-11-06 | 1 | -0/+6 |
| * | m37710: added basic support for up-down count on timers in event counter mode... |  hap | 2018-11-03 | 1 | -1/+1 |
| * | -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] |  mooglyguy | 2018-07-31 | 1 | -1/+38 |
| * | Prevent aggressive incompetence (nw) |  Olivier Galibert | 2018-07-27 | 1 | -5/+0 |
| * | Next-gen config: make address map config not look like arse |  Vas Crabb | 2018-06-06 | 1 | -3/+3 |
| * | Point conceded; it is not, at this point, sensible to make m_vblank_interrupt... |  mooglyguy | 2018-06-03 | 1 | -4/+4 |
| * | No. |  mooglyguy | 2018-06-03 | 1 | -4/+4 |
| * | Back out diexec changes from commit 2cdb153103fa94d13a53dd747985ef56ec723e7a ... |  AJR | 2018-06-03 | 1 | -4/+4 |
| * | fixup, improve validation (nw) |  Vas Crabb | 2018-06-01 | 1 | -1/+1 |
| * | svis_snd cleanups, nw |  mooglyguy | 2018-06-01 | 1 | -3/+3 |
| * | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -4/+5 |
| * | move some not-directly-emulation-related helpers to lib/util, further extrica... |  Vas Crabb | 2018-04-01 | 1 | -0/+1 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -17/+44 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -15/+23 |
| * | Remove pulse_input_line version using CPU minimum quantum, which can (though ... |  AJR | 2017-11-22 | 1 | -2/+3 |
| * | Revert "pulse_input_line: change units to cycles and set default param to min... |  hap | 2017-11-15 | 1 | -2/+2 |
| * | pulse_input_line: change units to cycles and set default param to min_cycles ... |  hap | 2017-11-15 | 1 | -2/+2 |
| * | Replace driver_device::generic_pulse_irq_line with device_execute_interface::... |  AJR | 2017-11-14 | 1 | -0/+5 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -4/+0 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -46/+46 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -43/+43 |
| * | Cleanup, TIMER_CALLBACK was only in unused parts (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -1/+0 |
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -6/+6 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) |  Miodrag Milanovic | 2016-03-07 | 1 | -7/+6 |
| * | Make octal flag part of address_space/address_space_config, not (illogically)... |  AJR | 2016-02-04 | 1 | -2/+0 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -2/+2 |
| * | Revert "Fixes (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | Fixes (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -2/+2 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -7/+7 |
| * | Some cleanups and init fixes with help of ReSharper C++ (nw) |  Miodrag Milanovic | 2015-11-11 | 1 | -5/+2 |
| * | diexec.c: Cache a pointer directly to the machine scheduler at startup, |  Alex W. Jackson | 2014-09-18 | 1 | -1/+5 |
| * | more passing of attotime as const references (nw) |  Oliver Stöneberg | 2014-07-04 | 1 | -3/+3 |
| * | removed usage of legacy IRQ callback (nw) |  Miodrag Milanovic | 2014-04-29 | 1 | -5/+1 |
| * | Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... |  Miodrag Milanovic | 2014-04-23 | 1 | -2/+7 |
| * | disabled ATTR_DEPRECATED on device_irq_acknowledge_callback again (nw) |  Oliver Stöneberg | 2014-04-21 | 1 | -1/+1 |
| * | enabled ATTR_DEPRECATED on device_irq_acknowledge_callback (nw) |  Oliver Stöneberg | 2014-04-21 | 1 | -1/+1 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |