summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/elf.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with e: removed read* and write* macros (nw) Ivan Vangelista2020-06-081-5/+5
* more macro removal (nw) Ivan Vangelista2020-05-191-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-3/+3
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-2/+2
* (nw) nascom1/2: cassette fixed ; added more cassette wav sounds Robbbert2019-06-291-2/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-17/+16
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-16/+17
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-1/+1
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-5/+6
* src/devices: a few less MCFG macros (nw) Ivan Vangelista2019-01-141-8/+8
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-4/+2
* divideo: Fetch screen to be potentially configured during device_config_compl... AJR2018-08-211-2/+3
* cdp1861, cdp1864: Hook in screens efficiently without using MCFG (nw) AJR2018-08-171-2/+2
* cdp1861, cdp1862: Convert callbacks to devcb3 (nw) AJR2018-08-171-4/+4
* cdp1802: Eliminate devcb2 MCFG macros (nw) AJR2018-08-171-10/+10
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-1/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-13/+13
* get rid of dioutput - it's only used in one place, and it upset GCC on Linux ... Vas Crabb2018-03-251-2/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-11/+13
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-2/+2
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+288