summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/driver.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+25
* Flip screen API cleanup (nw) AJR2018-02-031-17/+0
* std::function and delegate both require runtime relocations, slowing down sta... Vas Crabb2018-01-181-3/+2
* std::function is too inefficient, use a device delegate instead (nw) AJR2018-01-171-1/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Replace driver_device::generic_pulse_irq_line with device_execute_interface::... AJR2017-11-141-49/+0
* driver.cpp: Remove irqN_line_pulse interrupt generators (nw) AJR2017-10-281-8/+0
* detect parent/clone loops rather than extending a string forever Vas Crabb2017-07-131-0/+5
* let's use Zaccaria as a demo for machine config in members Vas Crabb2017-05-221-6/+8
* well, that causes mpu4 to take way too much memory to compile, the changes to... Vas Crabb2017-05-221-0/+21
* and ioports, too (nw) Vas Crabb2017-05-221-11/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-5/+5
* Moved device_memory_interface from driver_device to dummy_space_device. Expos... smf-2016-11-031-43/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* 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-73/+0
* remove legacy calls (nw) Miodrag Milanovic2016-05-011-35/+0
* Make watchdog timer a separate device AJR2016-04-301-0/+4
* Iterate over devices C++11 style AJR2016-04-181-3/+2
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-111-1/+1
* move things around (nw) Miodrag Milanovic2016-01-101-0/+17
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+585