summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts3a.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-41/+41
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* (nw) output finder for gp_1,gp_2,gts3,gts3a,gts80. Fix for s11b,s11c. Robbbert2018-04-051-1/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-19/+21
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-4/+4
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-4/+4
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* gts3a.cpp: Very minor note (nw) AJR2017-12-071-1/+1
* via6522: Eliminate truly ancient hack to default clock to that of first CPU (nw) AJR2017-12-071-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-40/+40
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* New clone added Ivan Vangelista2016-09-281-0/+21
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1
* More PinMAME synching (nw) Ivan Vangelista2016-08-181-0/+70
* Don't rely on macro expansion to supply parentheses around condition for if s... Vas Crabb2016-08-161-2/+2
* Further IRQ passthrough cleanup AJR2016-07-081-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1212