summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/20pacgal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-2/+2
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-6/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-23/+23
* BIG update. Aaron Giles2011-03-291-19/+19
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+2
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* added Cosmodog companyname (no whatsnew) Michaƫl Banaan Ananas2011-01-081-6/+6
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-14/+14
* correct spelling mistake in 20pacgal.c Brian Troha2010-12-191-1/+1
* Fix 20pacgal. Aaron Giles2010-12-081-4/+22
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+3
* Correct Pacman to Pac-Man as per art work from the Cab. Brian Troha2010-08-121-1/+1
* minor documentation update. MS Pacman / Galaga v1.08 has also been found labe... Brian Troha2010-08-121-1/+1
* new clones added - MS Pacman / Galaga Brian Troha2010-08-111-18/+37
* 20pacgal.c: Minor information update - no credit please Brian Troha2010-08-051-2/+7
* remove rouge CRs and adjust the information in the driver header about how th... Brian Troha2010-08-051-22/+6
* Gets Pacman - 25th Anniversary Edition (Rev 2.00) - no credit please Brian Troha2010-08-051-5/+54
* new game (not working): Pacman - 25th Anniversary Edition (V2.0) Brian Troha2010-08-041-2/+19
* Removed global variables from gaelco, namco, and nile sound cores. Aaron Giles2010-08-041-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-8/+8
* Documentation update and name correction for Ms. Pac-Man/Galaga - 20th Annive... Brian Troha2010-07-241-5/+10
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* tiny documentation update about the Ms Pacman/Galaga 20 Year Reunion boards. Brian Troha2010-06-011-1/+5
* new clone added: 2 sets of MS Pacman / Galaga 20yr Reunion Brian Troha2010-05-261-12/+28
* Added lfsr-driven starfield to 20pacgal. The general principle is understood ... Couriersud2010-05-231-2/+2
* Rewrote rom/ram banking. 20pacgal now supports save state. [Couriersud] Couriersud2010-05-201-19/+44
* Minor documentation updates... no whatsnew Brian Troha2010-05-171-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-4/+4
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-4/+4
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-2/+7
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Updated drivers using EEPROM devices (20pacgal.c, albazg.c & astrocorp.c) to ... Fabio Priuli2009-11-251-29/+9
* Updated 20pacgal to use EEPROM device. Proper save state support still needs ... Fabio Priuli2009-11-181-32/+41
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Eliminated SMH_* usage in all memory maps in drivers beginning with A and B. ... Ryan Holtz2009-05-251-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-2/+2
* Replaced a few CPU numbers with corresponding tags Fabio Priuli2009-04-261-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-3/+3
* Updated minor information about v1.02 for Pacman Galaga 20 year reunion & rem... Brian Troha2009-03-071-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3