summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gamate.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* 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-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-13/+14
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* srcclean (nw) Vas Crabb2017-10-221-2/+2
* use slot device for gamate cartridge slot, do protection handling there (it's... David Haywood2017-10-201-119/+50
* gamate: add some mirroring to memory map David Haywood2017-10-201-10/+10
* rewrote the Gamate video implementation from scratch using Kevtris' document ... David Haywood2017-10-191-160/+5
* already an 8-bit handler (nw) David Haywood2017-10-181-1/+1
* Gamate sound is 100% AY8910 compatible according to Kevtris and Peter Wilhelm... David Haywood2017-10-181-9/+24
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+7
* Self-registering devices prep: Vas Crabb2017-02-271-3/+5
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* Gamate: added info from Kevtris. Robbbert2016-06-301-1/+4
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Gamate: Added 18 new games, replaced 3 bad dumps [Peter Wilhelmsen and Morten... Robbbert2015-12-271-2/+22
* 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-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+410