summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-1/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-1/+1
* Input documentation and COP tweaks based on M68000 and V30 code AJR2016-05-151-7/+44
* raiden2 fix (nw) Miodrag Milanovic2016-05-011-1/+1
* new clones David Haywood2016-04-101-1/+36
* correct my mistake, thanks Rene hap2016-01-041-8/+8
* added raiden2 jj4b01 PAL from Sarayan hap2016-01-031-8/+8
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-9/+9
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-31/+31
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-32/+32
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3091