summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/legionna.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* legionna.cpp: kludge a few weird Godzilla collision checks [Angelo Salese] angelosa2018-04-251-2/+12
* srcclean (nw) Vas Crabb2018-04-221-3/+3
* legionna.cpp: fixed Godzilla OKI sound bankswitch [Angelo Salese] angelosa2018-04-151-0/+17
* legionna.cpp: fixed regression in background tilemap colors for Godzilla (use... angelosa2018-04-151-13/+22
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-251/+305
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-16/+16
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+7
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* new not working clone Ivan Vangelista2017-09-251-1/+41
* legionna.cpp: fixed Denjin Makai background pen colors [Angelo Salese] angelosa2017-09-241-1/+1
* legionna.cpp: Fix Lives DIP from "Infinite" to "4" which matches Dip Sheet, ... Scott Stone2017-09-121-1/+1
* Improved way to transform offsets for AM_DEVREAD/_DEVWRITE (nw) AJR2017-08-231-8/+8
* Add address-shifted versions of AM_DEVREAD/_DEVWRITE/_DEVREADWRITE (nw) (#2586) ajrhacker2017-08-221-17/+7
* seibu_sound: Use 8-bit handlers for main CPU accesses (nw) AJR2017-08-171-13/+13
* Verify some same label different hash (sldh) rom parts and commented followin... Scott Stone2017-06-051-2/+2
* new WORKING game angelosa2017-05-161-9/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-30/+30
* Seibu/TAD PROM stuff AJR2017-04-201-0/+24
* Self-registering devices prep: Vas Crabb2017-02-271-2/+7
* Seibu Cup Soccer uses a YM3812, not YM2151 (nw) AJR2016-11-291-6/+5
* Use autofinder for Seibu sound ROM bank; fix airraid regression (nw) AJR2016-11-281-0/+6
* Seibu sound device cleanup (nw) AJR2016-11-241-12/+95
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Cleanups and version bump Miodrag Milanovic2016-07-271-6/+6
* Hook up Seibu CRTC to SPI System AJR2016-07-171-7/+6
* denjinmk: Hack sound comms to work without ROM patch AJR2016-07-111-9/+11
* Fixed Seibu Cup coin slots (nw) angelosa2016-07-051-6/+17
* Better terminology (nw) AJR2016-07-041-1/+1
* legionna.cpp: remove unused stuff; minor doc update (nw) AJR2016-07-041-45/+2
* Splitted Seibu Cup Soccer bootlegs into own driver (nw) angelosa2016-07-031-307/+0
* Revert a test with denji, update flags. (nw) angelosa2016-07-031-10/+10
* Fixed priority issues in Legionnaire, Heated Barrel, Denjin Makai and Godzill... angelosa2016-07-011-11/+3
* Started cleaning up the mess that's Seibu COP device, nw angelosa2016-06-181-8/+8
* raiden2cop.cpp: Fixed BCD overflow score bug in Godzilla [Angelo Salese] angelosa2016-06-151-1/+1
* second-to-last gen_latch.cpp update (nw) Ivan Vangelista2016-06-091-1/+3
* Input documentation and COP tweaks based on M68000 and V30 code AJR2016-05-151-29/+51
* prom (nw) David Haywood2016-01-261-3/+3
* Legionnaire (Japan) [system11] David Haywood2016-01-251-1/+51
* legionna.cpp/seibu_crtc.cpp: Fixed Godzilla text tilemap vertical placement, ... angelosa2015-12-301-2/+8
* Note, nw angelosa2015-12-301-1/+1
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-61/+61
* clang-modernize part 4 Miodrag Milanovic2015-12-041-61/+61
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2706