summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chinagat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1117/+0
* chinagat: coverity 315292 Robbbert2022-04-091-1/+1
* init vars for coverity (drivers/c) Robbbert2022-03-251-7/+7
* - filling out missing hashes for commented ROM_LOADs when known (part 2) Scott Stone2021-07-041-28/+28
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-2/+2
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* adp, chinagat, ddragon, divebomb, gberet, lastbank, lsasquad, m10, mcr68: rem... Ivan Vangelista2020-11-261-8/+17
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-1/+1
* drivers starting with b and c: some more macro removal (nw) Ivan Vangelista2020-05-261-14/+14
* further macro removal work (nw) Ivan Vangelista2020-05-181-6/+6
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-1/+1
* Spring cleaning: Vas Crabb2019-11-011-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-8/+8
* Add PCB layout for the main board in chinagat.cpp Yukari Tamura2019-08-271-15/+80
* Add PCB layout for the second board, and information on TRJ-100 Yukari Tamura2019-08-251-6/+113
* Update PCB information in chinagat.cpp Yukari Tamura2019-08-211-7/+9
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+9
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-9/+9
* srcclean and cleanup (nw) Vas Crabb2019-01-271-9/+9
* -2203intf: Removed MCFG macro, nw mooglyguy2018-12-301-64/+63
* Start cleaning up palette configuration: Vas Crabb2018-12-291-45/+41
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-6/+6
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-8/+8
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-6/+6
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-15/+15
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-15/+15
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* (nw) misc follow-up Vas Crabb2018-05-061-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-28/+28
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-57/+63
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+12
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* 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
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-4/+4
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-11/+8
* chinagat: Explicitly specify 8-way joysticks for consistency (nw) AJR2017-03-301-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-5/+6
* chinagat.cpp, ddragon.cpp: More IRQ cleanups (nw) AJR2017-01-091-16/+23