summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrocde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-5/+5
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-5/+5
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+4
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-3/+3
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-56/+70
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-5/+5
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-53/+53
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-31/+31
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-31/+31
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-17/+17
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-1/+1
* changed implementation for spacezap monitor to driver configuration (no whats... Michaël Banaan Ananas2011-03-201-5/+17
* astrocde.c: Made Space Zap black & white. It uses an overlay for colors, the ... Michaël Banaan Ananas2011-03-201-10/+15
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+4
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-3/+3
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+2
* Added a few more mechanical games. UI changes: No working clones for GAME_M... Scott Stone2011-01-051-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-97/+97
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-6/+6
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-5/+6
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-41/+31
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-4/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* astrocde.c - Fixed the Bonus Life dipswitch for gorf and clones. It's state ... Scott Stone2010-02-091-3/+3
* 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-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-9/+9
* Renamed functions: Aaron Giles2009-12-051-9/+9
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-6/+6
* New clones added Phil Bennett2009-11-281-8/+59
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-26/+26
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* - Refactored Z80CTC to use devcb Curt Coder2009-10-201-11/+5
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-4/+4
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-20/+20
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-16/+16
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-03-051-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-11/+11
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-7/+7