summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxold.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-3/+3
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-8/+8
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-8/+8
* Remove legacy trampolines in the 7474 device and fix Aaron Giles2011-05-051-1/+1
* Convert scramble/galaxold to driver_device [Atari Ace] Scott Stone2011-04-091-70/+70
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-11/+11
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-25/+25
* Further decouples some driver files to help driver_device Aaron Giles2011-03-211-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+6
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-1/+0
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-150/+150
* Corrected or clarified a number of duplicated inputs for drivers up through G... Scott Stone2010-09-071-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-4/+4
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-59/+48
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-1/+2
* Reverted hunchbkg change as indeed I didn't notice the CPU difference. Scott Stone2010-06-101-2/+1
* hunchbkg no longer asserts for 32-bit, but still doesn't work. Scott Stone2010-06-101-1/+3
* Changed 7474 to only use devcb callbacks and handlers. Updated game drivers. ... Couriersud2010-06-031-2/+2
* racnrol companyname Michaël Banaan Ananas2010-05-261-3/+3
* - even more small company name cleanups Michaël Banaan Ananas2010-05-221-3/+3
* Fixed hunchbkg ports. [Couriersud] Couriersud2010-05-131-36/+25
* Fixed MT 03482. [M.A.S.H., Couriersud] Couriersud2010-05-131-27/+15
* Serving a cup of STFU to clrmamepro. (no whatsnew) Curt Coder2010-03-071-1/+1
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-1/+1
* Fixed Dip Switches and Inputs (after verification of the Z80 code) for 'tazzm... stephh2010-02-091-30/+32
* Updated Dip Switches for 'bagmanmc' [no whatsnew needed]. stephh2010-02-091-5/+8
* Fixed Dip Switches and Inputs (after verification of the Z80 code) for 'bongo... stephh2010-02-051-954/+943
* Fixed Dip Switches and Inputs (after verification of the Z80 code) for 'ozon1... stephh2010-01-311-168/+124
* Fixed Dip Switches and Inputs (after verification of the Z80 code) for 'scram... stephh2010-01-281-89/+135
* galaxold update: [stephh] Phil Bennett2010-01-111-73/+99
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* 2nd batch of initialization cleanups. Aaron Giles2009-12-211-0/+2
* First round of fixes for post-initialization allocs. Aaron Giles2009-12-201-0/+4
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-3/+3
* on behalf of David Haywood: Fabio Priuli2009-12-091-0/+73
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-8/+8
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-7/+7
* 03378: kamakazi3: Unable to use normal coin slots (coin lockout) [luigi30] Phil Bennett2009-10-301-8/+8
* > -----Original Message----- Aaron Giles2009-10-011-2/+2
* Fixed #03422: porter: Missing in-game graphics Scott Stone2009-09-041-1/+1
* Created discrete sound emulation for galaxian Couriersud2009-08-091-66/+63
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-23/+23
* Fixed a number of year listings known to be unknown or incorrect the current ... Scott Stone2009-06-071-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-26/+26
* Merged memory maps for all driver sources beginning with 'G': [MooglyGuy] Ryan Holtz2009-05-021-229/+136