summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gstriker.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+4
* Bulk replace convention for include guards in src/mame/includes/ files: angelosa2018-02-051-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* new working clone angelosa2017-10-011-1/+3
* gstriker: Serial link prep (nw) AJR2017-09-021-4/+5
* gstriker.cpp: fixed tournament logic for Tecmo World Cup '94 [Angelo Salese] angelosa2017-08-291-1/+0
* gstriker.cpp: added buffered spriteram (sprites being ahead 2 frames) [Angelo... angelosa2017-08-291-0/+3
* Added input labels, renamed twrldc94 -> twcup94 (nw) angelosa2017-08-291-3/+3
* gstriker.cpp: added MCU simulation to clone romset twrldc94a [Angelo Salese] angelosa2017-08-281-0/+5
* gstriker.cpp: Undumped MCUs can be difficult to cooperate with (nw) AJR2017-06-171-5/+1
* gstriker.cpp: Add MB3773 device (nw) AJR2017-06-161-0/+3
* gstriker.cpp: Soundlatch modernization (nw) AJR2017-06-141-6/+1
* Add VS9209 I/O device for various Video System games AJR2017-04-151-2/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-0/+4
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* gstriker.c: added save state support (nw) Ivan Vangelista2015-07-091-28/+25
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* update for Haze (nw) Miodrag Milanovic2015-05-151-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* use mixer regs (nw) David Haywood2014-06-131-3/+8
* reorganize some code for gstriker (no functional change) (nw) David Haywood2014-06-131-63/+13
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-2/+2
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-0/+1
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-0/+11
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-1/+1
* Video System drivers reshuffing continues, moving more sprite functions aroun... Scott Stone2012-10-091-17/+11
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-8/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Pass 2 of struct modernization. Aaron Giles2012-09-151-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+6
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-4/+19
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-6/+8
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+11
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1