summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/f1gp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* f1gp.cpp : Various cleanups (#3886) cam9002018-11-181-51/+64
* misc cleanup and stuff to make macro removal easier (nw) Vas Crabb2018-07-051-3/+10
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-3/+5
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* tail2nos, f1gp, f1gp2: Preliminary device hookups for multiboard communicatio... AJR2017-06-191-1/+4
* f1gp.cpp: Soundlatch modernization (nw) AJR2017-06-141-5/+0
* More ACCESSING_BITS cleanups Dirk Best2017-01-051-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* sound trampolines removal from various drivers (nw) Ivan Vangelista2016-06-131-1/+0
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-8/+9
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* misc palette cleanups (nw) Dirk Best2015-08-021-1/+0
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Updated f1gp.c following AWJ's clshroad.c example. (nw) Ivan Vangelista2014-02-281-9/+9
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+1
* shuffle some things around ready for attempting to kill off non-device code (nw) David Haywood2013-07-101-0/+1
* konami hell resolve (nw) Miodrag Milanovic2013-04-131-1/+2
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* made rest of devices optional where needed (nw) Miodrag Milanovic2013-04-091-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+3
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1
* Modernization of drivers part 5 (no whatsnew) Miodrag Milanovic2013-02-081-0/+1
* continued refactoring some video system sprite rendering, bringing code close... Miodrag Milanovic2012-11-071-0/+2
* Video System 14/10/12 - Moved the per-game tile indirections into game states... Scott Stone2012-10-151-0/+1
* Video System 13/10/12 cleanups and preparation for further function merging. ... Scott Stone2012-10-141-0/+2
* Continued cleanup of Video Systems drivers and associated dependencies. From... Scott Stone2012-10-101-1/+12
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-10/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+9
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+3
* Fix most reported errors. Aaron Giles2012-04-161-9/+9
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-16/+25
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-8/+8
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+9
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-22/+26
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3