summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/f1gp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with f: removed read* and write* macros (nw) Ivan Vangelista2020-06-091-3/+3
* Spring cleaning: Vas Crabb2019-11-011-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+4
* f1gp.cpp: switch button order as per service mode (nw) Angelo Salese2019-10-221-3/+4
* emu/video/generic.cpp : Add packed, raw case of generic gfx layouts, example ... cam9002019-06-051-41/+7
* -devices/sound/2608intf, 2610intf: Removed MCFG macros, nw mooglyguy2018-12-291-53/+51
* Start cleaning up palette configuration: Vas Crabb2018-12-291-8/+6
* src/mame: even more MCFG removal (nw) Ivan Vangelista2018-12-051-5/+4
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-19/+19
* f1gp.cpp : Various cleanups (#3886) cam9002018-11-181-115/+79
* 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-6/+6
* devcb3 Vas Crabb2018-07-071-6/+6
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-23/+23
* srcclean (nw) Vas Crabb2018-05-271-4/+4
* 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