summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trackfld.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-38/+38
* BIG update. Aaron Giles2011-03-291-16/+16
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-70/+70
* From: Atari Ace <atari_ace@frontier.com> Aaron Giles2010-11-151-125/+11
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-7/+8
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-25/+14
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-4/+4
* Haze: fixed atlantol, no whatsnew Angelo Salese2010-08-261-1/+7
* Haze: Yie-Ar Kung Fu (Track & Field conversion) improvements (not worth) Angelo Salese2010-08-231-37/+9
* new clones Angelo Salese2010-08-221-1/+191
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-11/+11
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-1/+1
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-2/+2
* minor companyname cleanups Michaël Banaan Ananas2010-05-231-1/+1
* some minor company name cleanups again, and: Michaël Banaan Ananas2010-05-221-1/+1
* Added Guru(TM)-readme. Curt Coder2010-01-191-0/+161
* 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
* New Not Working Scott Stone2010-01-091-0/+34
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Renamed functions: Aaron Giles2009-12-051-4/+4
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-3/+3
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-18/+18
* Added driver data struct and save states to: gberet.c, ddrible.c, gaelco.c, t... Fabio Priuli2009-11-301-103/+167
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-16/+16
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* New clones added Phil Bennett2009-10-251-4/+4
* 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-19/+19
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-1/+1
* Corrected dipswitches in Konami's Wizz Quiz and added dipswitch locations Brian Troha2009-05-311-19/+13
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-8/+8
* Bulk change alert. Aaron Giles2009-04-261-6/+6
* Cleanups and version bump. Aaron Giles2009-04-091-3/+3
* Verified 0x00 coinage settings in remaining Konami drivers (and two Banpresto... Fabio Priuli2009-04-011-72/+11
* trackfld cleanups: Aaron Giles2009-03-301-249/+198
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-36/+36
* Ok, this is The Big One. Aaron Giles2009-02-111-9/+9