summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deadang.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-20/+20
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* deadang.cpp: popnrun debug tilemap code (nw) angelosa2018-05-081-3/+6
* Build fix (nw) AJR2018-05-071-0/+2
* deadang.cpp: popnrun sketchy sprites (nw) angelosa2018-05-071-4/+23
* deadang.cpp: fix sound for popnrun (same config as Air Raid) (nw) angelosa2018-05-071-4/+40
* 2bpp not 4bpp (nw) Angelo Salese2018-05-071-4/+4
* new NOT WORKING machine angelosa2018-05-071-3/+147
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-14/+14
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-53/+57
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+5
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* seibu_sound: Use 8-bit handlers for main CPU accesses (nw) AJR2017-08-171-1/+1
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* Use autofinder for Seibu sound ROM bank; fix airraid regression (nw) AJR2016-11-281-0/+1
* Move SEI80BU encryption out of the SEIBU_SOUND device and make it a device of... AJR2016-11-251-3/+11
* Seibu sound device cleanup (nw) AJR2016-11-241-5/+44
* Make watchdog timer a separate device AJR2016-04-301-1/+4
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+484