| Commit message (Expand) | Author | Age | Files | Lines |
| * | Created new hierarchical save_registrar, which supports self-describing struc... |  Aaron Giles | 2021-04-09 | 1 | -0/+5 |
| * | removed last remaining uses of generic_space() (nw) |  smf- | 2020-04-01 | 1 | -3/+0 |
| * | (nw) Cleanup on the way: |  Vas Crabb | 2020-03-10 | 1 | -3/+5 |
| * | (nw) misc stuff: |  Vas Crabb | 2019-10-09 | 1 | -18/+0 |
| * | Eliminate custom_port_read and use ioport finders instead (nw) |  AJR | 2018-12-26 | 1 | -4/+0 |
| * | Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... |  Vas Crabb | 2018-05-16 | 1 | -7/+56 |
| * | - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... |  MooglyGuy | 2018-05-16 | 1 | -56/+7 |
| * | Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... |  MooglyGuy | 2018-05-13 | 1 | -4/+6 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -18/+18 |
| * | Flip screen API cleanup (nw) |  AJR | 2018-02-03 | 1 | -9/+8 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -6/+6 |
| * | Replace driver_device::generic_pulse_irq_line with device_execute_interface::... |  AJR | 2017-11-14 | 1 | -5/+0 |
| * | driver.cpp: Remove irqN_line_pulse interrupt generators (nw) |  AJR | 2017-10-28 | 1 | -8/+0 |
| * | let's use Zaccaria as a demo for machine config in members |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
| * | well, that causes mpu4 to take way too much memory to compile, the changes to... |  Vas Crabb | 2017-05-22 | 1 | -0/+2 |
| * | and ioports, too (nw) |  Vas Crabb | 2017-05-22 | 1 | -1/+0 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -7/+0 |
| * | New device interface for palettes |  AJR | 2017-04-06 | 1 | -2/+0 |
| * | Self-registering devices. |  Vas Crabb | 2017-03-03 | 1 | -13/+0 |
| * | fix gcc link error (nw) |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -3/+6 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -16/+16 |
| * | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -6/+6 |
| * | Moved device_memory_interface from driver_device to dummy_space_device. Expos... |  smf- | 2016-11-03 | 1 | -12/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -11/+11 |
| * | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 1 | -1/+1 |
| * | driver.cpp: removed the old soundlatch methods. (nw) |  Ivan Vangelista | 2016-06-12 | 1 | -38/+0 |
| * | remove legacy calls (nw) |  Miodrag Milanovic | 2016-05-01 | 1 | -10/+0 |
| * | Make watchdog timer a separate device |  AJR | 2016-04-30 | 1 | -0/+2 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -2/+2 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -2/+2 |
| * | make output be part of driver_device (nw) |  Miodrag Milanovic | 2016-01-10 | 1 | -0/+3 |
| * | removed memory tracking (nw) |  Miodrag Milanovic | 2016-01-08 | 1 | -1/+1 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -7/+7 |
| * | Add ATTR_COLD to DECLARE_(foo)_START and DECLARE_DRIVER_INIT (nw) |  Alex W. Jackson | 2014-07-07 | 1 | -3/+3 |
| * | Moved m_generic_paletteram_* into drivers/device state objects so they are no... |  Miodrag Milanovic | 2014-04-23 | 1 | -10/+0 |
| * | removed unused helpers, leftover from conversion to new palette (nw) |  Miodrag Milanovic | 2014-04-23 | 1 | -6/+0 |
| * | Some more core cleanup (nw) |  Miodrag Milanovic | 2014-04-22 | 1 | -5/+0 |
| * | removed unused legacy_callback_func (nw) |  Oliver Stöneberg | 2014-04-21 | 1 | -5/+0 |
| * | modernized 990_hd, moved some code into ti990_10.c, and simplified harddriv.c... |  Miodrag Milanovic | 2014-03-23 | 1 | -1/+0 |
| * | Moved optional_device<screen_device> m_screen and optional_device<palette_dev... |  Miodrag Milanovic | 2014-03-05 | 1 | -4/+0 |
| * | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -225/+2 |
| * | moved optional_device<gfxdecode_device> to specific drivers state classes (nw) |  Miodrag Milanovic | 2014-02-17 | 1 | -1/+0 |
| * | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -0/+4 |
| * | Stop the flipping insanity [Alex Jackson] |  Alex W. Jackson | 2014-02-05 | 1 | -2/+2 |
| * | Removed SOUND_RESET legacy MACRO. (nw) |  Ivan Vangelista | 2013-10-29 | 1 | -4/+1 |
| * | Removed SOUND_START legacy MACRO. Added SOUND_START_MEMBER and SOUND_RESET_ME... |  Ivan Vangelista | 2013-10-27 | 1 | -2/+6 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
| * | removed some unused legacy functions / flagged a few more things as deprecate... |  Oliver Stöneberg | 2013-08-22 | 1 | -2/+2 |
| * | added MCFG_MACHINE_RESET_REMOVE / MCFG_*_RESET(0) cleanup (nw) |  Oliver Stöneberg | 2013-08-21 | 1 | -0/+2 |