summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/driver.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Cleanup on the way: Vas Crabb2020-03-101-3/+5
* (nw) misc stuff: Vas Crabb2019-10-091-18/+0
* Eliminate custom_port_read and use ioport finders instead (nw) AJR2018-12-261-4/+0
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-7/+56
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-56/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+6
* Reshuffle some stuff: Vas Crabb2018-03-281-18/+18
* Flip screen API cleanup (nw) AJR2018-02-031-9/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+6
* Replace driver_device::generic_pulse_irq_line with device_execute_interface::... AJR2017-11-141-5/+0
* driver.cpp: Remove irqN_line_pulse interrupt generators (nw) AJR2017-10-281-8/+0
* let's use Zaccaria as a demo for machine config in members Vas Crabb2017-05-221-1/+1
* well, that causes mpu4 to take way too much memory to compile, the changes to... Vas Crabb2017-05-221-0/+2
* and ioports, too (nw) Vas Crabb2017-05-221-1/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+0
* New device interface for palettes AJR2017-04-061-2/+0
* Self-registering devices. Vas Crabb2017-03-031-13/+0
* fix gcc link error (nw) Vas Crabb2017-02-271-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-3/+6
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-16/+16
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-6/+6
* Moved device_memory_interface from driver_device to dummy_space_device. Expos... smf-2016-11-031-12/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* driver.cpp: removed the old soundlatch methods. (nw) Ivan Vangelista2016-06-121-38/+0
* remove legacy calls (nw) Miodrag Milanovic2016-05-011-10/+0
* Make watchdog timer a separate device AJR2016-04-301-0/+2
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-0/+3
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-7/+7
* Add ATTR_COLD to DECLARE_(foo)_START and DECLARE_DRIVER_INIT (nw) Alex W. Jackson2014-07-071-3/+3
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-10/+0
* removed unused helpers, leftover from conversion to new palette (nw) Miodrag Milanovic2014-04-231-6/+0
* Some more core cleanup (nw) Miodrag Milanovic2014-04-221-5/+0
* removed unused legacy_callback_func (nw) Oliver Stöneberg2014-04-211-5/+0
* modernized 990_hd, moved some code into ti990_10.c, and simplified harddriv.c... Miodrag Milanovic2014-03-231-1/+0
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-4/+0
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-225/+2
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+0
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-0/+4
* Stop the flipping insanity [Alex Jackson] Alex W. Jackson2014-02-051-2/+2
* Removed SOUND_RESET legacy MACRO. (nw) Ivan Vangelista2013-10-291-4/+1
* Removed SOUND_START legacy MACRO. Added SOUND_START_MEMBER and SOUND_RESET_ME... Ivan Vangelista2013-10-271-2/+6
* 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-2/+2
* added MCFG_MACHINE_RESET_REMOVE / MCFG_*_RESET(0) cleanup (nw) Oliver Stöneberg2013-08-211-0/+2
* removed unused legacy macro VIDEO_RESET (nw) Oliver Stöneberg2013-08-041-1/+0
* removed unused member_wrapper_line (nw) Oliver Stöneberg2013-08-031-6/+0