summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/f1gp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-11/+11
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-11/+11
* f1gp.cpp: added some undocumented dip switches, added possibility to use 4-wa... angelosa2018-05-151-15/+37
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-5/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-24/+24
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-105/+112
* Better names for Video System sprite devices (nw) AJR2018-02-171-0/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* f1gp: Fix getting stuck on "ID CHECK" AJR2018-01-041-4/+12
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-4/+2
* f1gp.cpp: ACIA interrupt goes to second CPU, of course (nw) AJR2017-09-091-2/+2
* Clock all Video System GGAs; remove device from bootlegs (nw) AJR2017-08-241-3/+3
* Some more serial interrupts for future use (nw) AJR2017-06-201-0/+2
* tail2nos, f1gp, f1gp2: Preliminary device hookups for multiboard communicatio... AJR2017-06-191-4/+18
* f1gp.cpp: Soundlatch modernization (nw) AJR2017-06-141-18/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Add skeleton device for Video System C7-01 GGA AJR2017-03-181-1/+9
* Self-registering devices prep: Vas Crabb2017-02-271-1/+5
* More ACCESSING_BITS cleanups Dirk Best2017-01-051-11/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* sound trampolines removal from various drivers (nw) Ivan Vangelista2016-06-131-7/+1
* 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-3/+0
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+677