summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aerofgt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-217/+216
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-191-1/+1
* vsystem further reducing / merging of functions by Haze (no whatsnew) Miodrag Milanovic2012-11-081-2/+14
* continued refactoring some video system sprite rendering, bringing code close... Miodrag Milanovic2012-11-071-1/+13
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-1/+1
* VSystem: This gets us down to a single set of functions for one of the sprit... Scott Stone2012-10-191-1/+3
* 'spikes91a' is clearly a bootleg of super volleyball, not power spikes (I'm n... Scott Stone2012-10-191-36/+0
* Video System 14/10/12 - Moved the per-game tile indirections into game states... Scott Stone2012-10-151-1/+1
* Video System 13/10/12 cleanups and preparation for further function merging. ... Scott Stone2012-10-141-0/+4
* Video System improvements. Further unification of the functions, improved re... Scott Stone2012-10-131-8/+4
* Continued cleanup of Video Systems drivers and associated dependencies. From... Scott Stone2012-10-101-4/+26
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-12/+12
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-12/+12
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-50/+48
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-5/+5
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-21/+21
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-21/+21
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-4/+6
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-3/+3
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-3/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-62/+62
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-7/+7
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-12/+12
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-61/+61
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-4/+4
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-12/+12
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-39/+34
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-62/+62
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-145/+145
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-17/+17
* Clean-ups and version bumpmame0145u5 Angelo Salese2012-03-251-19/+19
* New games added as GAME_NOT_WORKING R. Belmont2012-03-181-0/+36
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-24/+12
* Added some common country and language names to the default strings, and remo... Alex W. Jackson2011-10-311-11/+11
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-73/+73
* BIG update. Aaron Giles2011-03-291-12/+12
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-17/+17
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-12/+22
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-274/+274
* Small note for Turbo Force, not worth Angelo Salese2010-11-141-1/+2
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-6/+6
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-60/+24
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-8/+8