summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chinagat.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-67/+67
* BIG update. Aaron Giles2011-03-291-28/+28
* 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-8/+8
* re: r11528 "Added imperfect graphics flag to compel people to stop reporting ... Michaël Banaan Ananas2011-03-121-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Added imperfect graphics flag to compel people to stop reporting about it (ch... Scott Stone2011-02-101-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-10/+10
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-83/+83
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-4/+4
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-15/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-14/+14
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+4
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-1/+1
* Serving a cup of STFU to clrmamepro. (no whatsnew) Curt Coder2010-03-071-4/+4
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-031-24/+24
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-8/+8
* Fixed other two regressions from svn 7449. Thanks Tafoid for spotting these. Fabio Priuli2009-12-021-0/+6
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-5/+5
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-2/+2
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-1/+1
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-17/+15
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Added driver data struct and save states to the following drivers: chinagat.c... Fabio Priuli2009-11-271-87/+130
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-5/+5
* (small update to previous chinagat commit by sasuke) Michaël Banaan Ananas2009-09-161-1/+1
* improved OKI6295 clock and volume [sasuke] Michaël Banaan Ananas2009-09-151-3/+3
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-12/+12
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-11/+11
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-10/+10
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Fixed trivial bug MT 2187 (Technos -> Technos Japan) Fabio Priuli2009-04-021-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-11/+11
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-21/+21
* Ok, this is The Big One. Aaron Giles2009-02-111-26/+21
* * chinagat.diff: Aaron Giles2008-12-261-61/+111
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-3/+3