summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deadang.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-758/+0
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* audio/seibu.cpp: Use interface to MSM5205 device for seibu_adpcm. (#7527) cam9002020-12-091-3/+14
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-9/+9
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-4/+4
* Rename Segasa -> SegaSA, as in every other driver (nw) ClawGrip2020-01-311-6/+6
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-1/+10
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-4/+4
* -2203intf: Removed MCFG macro, nw mooglyguy2018-12-301-44/+41
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+3
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-16/+11
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* seibu_sound: Interrupt modernization (nw) AJR2018-06-301-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* srcclean (nw) Vas Crabb2018-05-271-16/+16
* 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