summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dambustr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Convert scramble/galaxold to driver_device [Atari Ace] Scott Stone2011-04-091-6/+6
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-3/+3
* BIG update. Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Further decouples some driver files to help driver_device Aaron Giles2011-03-211-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-4/+15
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-18/+18
* 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-3/+3
* Changed 7474 to only use devcb callbacks and handlers. Updated game drivers. ... Couriersud2010-06-031-2/+2
* Fixed Dip Switches and Inputs (after verification of the Z80 code) for 'dambu... stephh2010-02-111-22/+72
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* 2nd batch of initialization cleanups. Aaron Giles2009-12-211-0/+6
* Created discrete sound emulation for galaxian Couriersud2009-08-091-16/+11
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-5/+5
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-3/+3
* Fixed prom hook-up in Dambuster. Angelo Salese2009-06-141-9/+15
* New clone added: Dambusters (US, set 2) Brian Troha2009-06-131-32/+58
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Merged memory maps for all driver sources beginning with 'D': [MooglyGuy] Ryan Holtz2009-04-261-21/+21
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-061-5/+8
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-6/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-11/+11
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-13/+13
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-6/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-15/+14
* Galaxian rewrite. Ultimately will combine the existing drivers Aaron Giles2008-03-281-1/+1
* Renamed galaxian.c -> galaxold.c. Updated all drivers accordingly. Aaron Giles2008-03-251-11/+11
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-9/+9
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+3
* Color table removal Zsolt Vasvari2008-02-041-1/+0
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+271