summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fantland.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-77/+77
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-39/+39
* 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-5/+5
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-12/+16
* misc companyname cleanups/consitencies Michaƫl Banaan Ananas2011-03-091-1/+1
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-7/+4
* Updated DIPS and Dip Locations based on documents posted by Laschek at KLOV. ... Scott Stone2011-02-171-26/+22
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-9/+9
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-10/+10
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-89/+89
* Corrected or clarified a number of duplicated inputs for drivers up through G... Scott Stone2010-09-071-48/+48
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-20/+8
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-15/+15
* Time to kill off some deadwood. Aaron Giles2010-07-071-9/+9
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-10/+10
* 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
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-5/+5
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-12/+16
* Added driver data struct and save states to fantland.c and firetrap.c Fabio Priuli2009-11-271-87/+176
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-6/+6
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-3/+3
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-10/+10
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-4/+4
* 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-37/+37
* Ok, this is The Big One. Aaron Giles2009-02-111-21/+26
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* CPU header cleanups.... Aaron Giles2008-12-181-3/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+4
* Here's the big one.... Aaron Giles2008-12-111-1/+1
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-4/+4
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-9/+30
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-14/+14
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-4/+4
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-135/+135