summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpani2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+6
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-11/+12
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-19/+19
* BIG update. Aaron Giles2011-03-291-31/+31
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-12/+12
* Convert cclimber/galpani2/gticlub/namcond1/pacman/seibuspi/tetrisp2/vicdual Aaron Giles2011-03-251-31/+31
* Further decouples some driver files to help driver_device Aaron Giles2011-03-211-1/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-8/+8
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-25/+25
* Cleanups and version bump.mame0140u3 Aaron Giles2010-12-231-1/+1
* Correct clocks documented from original PCB (galpani2i) for Gal Panic 2 [Corr... Scott Stone2010-12-171-7/+8
* new clone Angelo Salese2010-12-131-3/+56
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* Corrected or clarified a number of duplicated inputs for drivers up through G... Scott Stone2010-09-071-1/+1
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* 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-2/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-35/+35
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-5/+5
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+4
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+2
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* 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
* Convert remaining users of old eeprom_ device to eepromdev_ Aaron Giles2009-12-271-9/+9
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-7/+7
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-6/+6
* A few number-to-tag conversions in CPU calls Fabio Priuli2009-05-271-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-2/+2
* From: Luis Faria [mailto:luis.faria@gmail.com] Aaron Giles2009-05-071-189/+181
* number-to-tag conversions in CPU calls for most of drivers starting with 'G' Fabio Priuli2009-05-021-5/+5
* Cleanups and version bump.mame0130u2 Aaron Giles2009-03-281-1/+1
* From: Luis Faria [luis.faria@gmail.com] Aaron Giles2009-03-271-89/+178
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3