summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrof.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-10/+10
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-10/+10
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-61/+61
* BIG update. Aaron Giles2011-03-291-67/+67
* 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-10/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+8
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-17/+17
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-20/+13
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-23/+23
* Time to kill off some deadwood. Aaron Giles2010-07-071-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5
* documentation: Cleaned up company names [hap] Michaƫl Banaan Ananas2010-05-251-3/+3
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-011-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-3/+3
* on behalf of David Haywood: Fabio Priuli2009-12-101-2/+45
* removed comment Fabio Priuli2009-12-091-1/+1
* Added Driver Configuration to astrof.c to emulate common wire hack which caus... Fabio Priuli2009-12-091-2/+43
* same as 7449 (less cputag calls during emulation and no generic sizes for str... Fabio Priuli2009-11-291-4/+14
* Added AM_BASE_SIZE_MEMBER() macro for specifying both base and size Aaron Giles2009-11-281-3/+3
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Added driver_data struct to astrof.c, ambush.c and angelkds.c Fabio Priuli2009-11-191-85/+112
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-9/+9
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-4/+4
* Eliminated SMH_* usage in all memory maps in drivers beginning with A and B. ... Ryan Holtz2009-05-251-18/+18
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-10/+10
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-22/+22
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-12/+12
* Another big one. Aaron Giles2008-11-201-6/+6
* 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
* Cleanups and version bump. Aaron Giles2008-11-021-5/+5
* Fixed Dip Switches for all games in astrof.c driver. stephh2008-10-261-61/+66
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-1/+1
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-6/+6
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-6/+6
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-9/+9
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-30/+30
* Region classes go bye-bye. Aaron Giles2008-07-281-34/+34
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-34/+34