summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esd16.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-10/+10
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-18/+18
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-1/+1
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-19/+19
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-98/+123
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* misc small bits (grudge, nesvt, kickgoal) (#3075) David Haywood2018-01-181-0/+21
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+6
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-2/+2
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-21/+21
* Head Panic's nude/bikini pics are displayed after a level when set; more mode... einstein952017-04-161-5/+2
* Self-registering devices prep: Vas Crabb2017-02-271-3/+6
* New Head Panic Clone briantro2017-02-031-1/+32
* clean up comments, BAD_DUMP flags and set descriptions in stv.c based on rece... David Haywood2017-01-041-0/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* esd16.cpp: Minor rom name correction & doc update - NW briantro2016-08-231-5/+5
* Merge pull request #1302 from mamehaze/setadditions Ivan Vangelista2016-08-231-5/+4
|\
| * add proper SMT Flash dumps to deluxe4u [system11] David Haywood2016-08-231-5/+4
* | minor rom name corrections - NW briantro2016-08-161-6/+6
* | esd16.cpp: Minor documentation update - NW briantro2016-08-141-1/+3
|/
* new clones David Haywood2016-08-141-0/+27
* eeprom pass (nw) Olivier Galibert2016-06-221-3/+3
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-5/+6
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-1/+0
* new clones David Haywood2016-02-011-1/+34
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-6/+6
* clang-modernize part 4 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1553