summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-6/+4
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-8/+8
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-10/+12
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-6/+6
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-170/+170
* raiden2.cpp : Fix zeroteam OKI pin7() cam9002018-09-021-1/+1
* raiden2.cpp : Fix zeroteam OKI clock cam9002018-09-011-1/+1
* group Raiden 2 / DX sets by code revision so that we can more easily see whic... David Haywood2018-08-311-21/+61
* new working clone Ivan Vangelista2018-08-241-2/+42
* Works now (nw) Olivier Galibert2018-08-031-18/+6
* Partially revert 09466d3382eb1bdd9dedb3ce3793e1c440527615 due to crashes (nw) AJR2018-08-021-6/+18
* Previous commit examples of use (nw) Olivier Galibert2018-08-021-18/+6
* raiden2.cpp: Unify the Raiden DX ROM names (nw) braintro2018-07-081-100/+100
* new working clone - Raiden DX (Portugal) braintro2018-07-081-38/+71
* seibu_sound: Interrupt modernization (nw) AJR2018-06-301-0/+2
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-5/+5
* seibucop: Eliminate machine().device, hardcoded tags and dependency on palett... AJR2018-06-131-18/+25
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-37/+37
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-11/+11
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-11/+11
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-42/+42
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-3/+3
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-27/+27
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-5/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-201/+226
* raiden2.cpp: Fixed missing sound effects / soundmap ordering (#3219) MASH2018-02-171-2/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-10/+10
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-10/+10
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* Improved way to transform offsets for AM_DEVREAD/_DEVWRITE (nw) AJR2017-08-231-3/+3
* Add address-shifted versions of AM_DEVREAD/_DEVWRITE/_DEVREADWRITE (nw) (#2586) ajrhacker2017-08-221-13/+3
* seibu_sound: Use 8-bit handlers for main CPU accesses (nw) AJR2017-08-171-7/+7
* Some sldh commenting (nw) Scott Stone2017-08-151-10/+10
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* raiden2: tile_scroll_w safety fence (nw) hap2017-03-131-3/+5
* Self-registering devices prep: Vas Crabb2017-02-271-3/+8
* new Raiden 2 clone briantro2017-02-211-100/+137
* Assorted space padding issues detected and removed from source (nw) Scott Stone2017-02-161-1/+1
* Use autofinder for Seibu sound ROM bank; fix airraid regression (nw) AJR2016-11-281-0/+2
* Seibu sound device cleanup (nw) AJR2016-11-241-8/+73
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-4/+4
* Hook up Seibu CRTC to SPI System AJR2016-07-171-5/+3
* Started cleaning up the mess that's Seibu COP device, nw angelosa2016-06-181-2/+2