summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aerofgt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "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
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-12/+11
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-011-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
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Fixed a small banking problem with bootlegs in aerofgt.c Fabio Priuli2009-12-021-6/+15
* Added driver data struct and save states to: galspnbl.c, gcpinbal.c, ginganin... Fabio Priuli2009-12-021-114/+175
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-12/+12
* 03542: Sets/Drivers using YM2610: Missing sounds [Phil Bennett] Phil Bennett2009-11-211-14/+14
* Verified/changed clocks and vsyncs on the following games: Aerofighters (only... Scott Stone2009-11-181-7/+7
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-24/+24
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-8/+8
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-68/+68
* Eliminated SMH_* usage in all memory maps in drivers beginning with A and B. ... Ryan Holtz2009-05-251-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-26/+26
* Replaced a few CPU numbers with corresponding tags Fabio Priuli2009-04-261-5/+5
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-11/+11
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-30/+30
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-81/+81
* Ok, this is The Big One. Aaron Giles2009-02-111-24/+17
* Cleanups and version bump.mame0129u3 Aaron Giles2009-01-291-3/+3
* Added preliminary sound for the Aero Fighters bootlegs (aerfboot & aerfboo2) ... Angelo Salese2009-01-251-15/+33
* Added savestate support to the games in 8080bw.c, ace.c, actfancr.c, aerofgt.... Ryan Holtz2009-01-061-20/+33
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Fix more compile warnings drivers/[e-k]* Couriersud2008-11-141-0/+1
* Some drivers/d* warning fixes Couriersud2008-11-141-1/+1
* Fix some drivers/a* warnings Couriersud2008-11-141-1/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-39/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-10/+10