summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/f1gp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-89/+89
* vsystem further reducing / merging of functions by Haze (no whatsnew) Miodrag Milanovic2012-11-081-0/+4
* continued refactoring some video system sprite rendering, bringing code close... Miodrag Milanovic2012-11-071-0/+2
* VSystem: This gets us down to a single set of functions for one of the sprit... Scott Stone2012-10-191-0/+2
* Video System 13/10/12 cleanups and preparation for further function merging. ... Scott Stone2012-10-141-0/+1
* Continued cleanup of Video Systems drivers and associated dependencies. From... Scott Stone2012-10-101-0/+5
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-30/+27
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-7/+7
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-18/+18
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-3/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-18/+18
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-3/+3
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-42/+37
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-18/+18
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-51/+51
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-7/+7
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-5/+3
* Added some common country and language names to the default strings, and remo... Alex W. Jackson2011-10-311-5/+5
* f1gp.c: Added dipswitch locations to F-1 Grand Prix [Brian Troha] Brian Troha2011-07-291-43/+30
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-38/+38
* BIG update. Aaron Giles2011-03-291-17/+17
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-61/+61
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-13/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-9/+9
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* company name cleanups and added back lost bootleggers info Michaël Banaan Ananas2010-05-231-1/+1
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-1/+1
* Changed Tecmo World Cup 90 main z80 cpus to 8mhz and vsync to 59.17hz / Hard ... Scott Stone2010-02-231-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1