summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gstriker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -devices/sound/2608intf, 2610intf: Removed MCFG macros, nw mooglyguy2018-12-291-22/+22
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+3
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-27/+28
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-3/+3
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-14/+17
* devcb3 Vas Crabb2018-07-071-11/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-12/+12
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-17/+17
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-36/+40
* (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-4/+4
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-2/+1
* new working clone angelosa2017-10-011-0/+70
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-8/+8
* gstriker: Serial link prep (nw) AJR2017-09-021-4/+22
* gstriker.cpp: removed MNW flag to Tecmo World Cup '94, UNEMULATED_PROTECTION ... angelosa2017-08-301-2/+2
* gstriker.cpp: fixed dip-switches for V Goal Soccer, added dip locations (nw) angelosa2017-08-291-13/+11
* Notes (nw) angelosa2017-08-291-4/+10
* Oversight (nw) angelosa2017-08-291-1/+1
* gstriker.cpp: fixed tournament logic for Tecmo World Cup '94 [Angelo Salese] angelosa2017-08-291-8/+8
* gstriker.cpp: added buffered spriteram (sprites being ahead 2 frames) [Angelo... angelosa2017-08-291-4/+5
* Fix x origin (nw) angelosa2017-08-291-1/+1
* Added input labels, renamed twrldc94 -> twcup94 (nw) angelosa2017-08-291-9/+18
* Consistency fix: Tecmo World Cup romsets -> twcup** / twsoc** (nw) angelosa2017-08-281-4/+4
* gstriker.cpp: added MCU simulation to clone romset twrldc94a [Angelo Salese] angelosa2017-08-281-19/+37
* gstriker.cpp: Undumped MCUs can be difficult to cooperate with (nw) AJR2017-06-171-46/+17
* gstriker.cpp: Add MB3773 device (nw) AJR2017-06-161-1/+4
* gstriker.cpp: Soundlatch modernization (nw) AJR2017-06-141-42/+12
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* Add VS9209 I/O device for various Video System games AJR2017-04-151-177/+178
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-2/+4
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-1/+0
* don't use bad dumps in existing clone (nw) David Haywood2015-11-241-6/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1052