summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* raidenb: Note undumped PROM; undumped EPLDs belong to the more common version... AJR2018-05-141-3/+22
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-9/+9
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-26/+26
* dynduke, goodejan, raiden, sengokmj: Replace CPU_VBLANK_INT with SCREEN_VBLAN... AJR2018-03-281-4/+7
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-87/+95
* raidenkb: Update notes (nw) AJR2018-03-011-3/+7
* raiden.cpp: Clock changes and video of bootleg apply to raidenkb, not raidenb... AJR2018-02-201-12/+20
* raiden.cpp: added link to a video demonstrating the slowdowns raidenb suffers... Ivan Vangelista2018-02-201-1/+1
* raiden.cpp: corrected xtal / clocks for raidenb set [Corrado Tomaselli, The D... Ivan Vangelista2018-02-191-0/+4
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+9
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* 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-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* seibu_sound: Use 8-bit handlers for main CPU accesses (nw) AJR2017-08-171-3/+3
* 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-4/+4
* Seibu/TAD PROM stuff AJR2017-04-201-0/+27
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* New working clone added Ivan Vangelista2016-12-161-0/+46
* darkmist, raiden: PCB notes (nw) AJR2016-12-031-13/+34
* 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-15/+36
* Seibu sound device cleanup (nw) AJR2016-11-241-3/+20
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* Oliver Bergmann and Randy Mongenel worked on NEC cpu core as effort to run ra... Miodrag Milanovic2016-01-141-4/+3
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-7/+7
* clang-modernize part 4 Miodrag Milanovic2015-12-041-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+650