summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-3190/+0
* srcclean for release Vas Crabb2021-05-231-1/+1
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-2/+2
* New clones added as WORKING neSneSgB2021-04-281-0/+42
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-1/+1
* New working clone braintro2020-06-151-2/+44
* raiden2.cpp: add U0342 PAL to ROM definitions neSneSgB2020-05-051-16/+16
* raiden2.cpp: Converted the JEDEC with jedutil (nw) ClawGrip2020-03-301-60/+60
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-1/+1
* Plug and Play work etc. (#6313) David Haywood2020-02-161-317/+409
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-9/+9
* raiden2.cpp, r2dx_v33.cpp: Buffer sprite RAM (fixes zeroteam starting bikes);... AJR2019-05-131-3/+7
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+1
* raiden2.cpp, r2dx_v33.cpp : Updates cam9002019-04-011-49/+58
* raiden2.cpp : Update/Cleanups (#3941) cam9002019-03-311-565/+170
* -devices/sound/3812intf: Removed MCFG macro, nw mooglyguy2018-12-301-48/+46
* 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