summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/konamigq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* moved boiler plate code into PlayStation GPU smf-2011-08-111-13/+1
* added MCFG_PSXGPU_ADD for adding the gpu device and hooking up the dma to the... smf-2011-06-021-1/+1
* converted PlayStation GPU to a device [smf] smf-2011-05-241-2/+2
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* "Why do you take this apart now? I'm trying to get us out of here and you pul... smf-2011-05-101-5/+5
* "You have taken your first step into a larger world." ―Obi-Wan Kenobi smf-2011-05-061-3/+3
* Started moving hardware in the CPU into the CPU core. Next step will be to us... smf-2011-04-291-16/+0
* Created devices for each type of PlayStation CPU smf-2011-04-281-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* fix compiling psx drivers (no whatsnew) R. Belmont2011-04-271-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-21/+21
* BIG update. Aaron Giles2011-03-291-21/+21
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-29/+29
* Update psx drivers to use a driver_device. Aaron Giles2010-10-141-28/+51
* 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... Aaron Giles2010-09-181-9/+9
* 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
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* 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/+2
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-6/+6
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* Updated a few more drivers to use EEPROM device: cps1, cps2, konamigq and zr107. Fabio Priuli2009-11-251-36/+20
* (There are a bunch of things that I want to check on it, I'll do them after a... Angelo Salese2009-11-111-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Memory maps merges for the following drivers: Angelo Salese2009-05-021-15/+9
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Updated a few CHDs. Added a few driver casts. Aaron Giles2009-03-141-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+4
* TMS57002 preliminary implementation [Olivier Galibert] davidhay2009-02-061-1/+18
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-4/+4
* Fix more compile warnings drivers/[e-k]* Couriersud2008-11-141-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2