summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/konamigv.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-3/+2
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+5
* "Why do you take this apart now? I'm trying to get us out of here and you pul... smf-2011-05-101-6/+5
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-7/+7
* "You have taken your first step into a larger world." ―Obi-Wan Kenobi smf-2011-05-061-3/+3
* konamigv: more documentation updates (no whatsnew) R. Belmont2011-04-301-11/+9
* konamigv: Documentation updates [Guru] R. Belmont2011-04-301-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-54/+54
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-41/+41
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-15/+15
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-16/+16
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-15/+15
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Correct SPU IRQ notification in all drivers. Fixes streaming audio in Simpso... R. Belmont2011-02-121-1/+4
* Replacement PSX SPU [pSXAuthor, R. Belmont] R. Belmont2011-02-121-12/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-30/+30
* Update psx drivers to use a driver_device. Aaron Giles2010-10-141-62/+92
* Converted intelfsh to a device, updated all users. Aaron Giles2010-09-111-30/+24
* 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-11/+8
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-3/+3
* 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
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-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
* Converted konamigv over to eeprom device. Aaron Giles2009-12-241-42/+20
* 2nd batch of initialization cleanups. Aaron Giles2009-12-211-6/+10
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-6/+6
* Renamed functions: Aaron Giles2009-12-051-5/+5
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-15/+15
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* new sha1s from yasu davidhay2009-03-161-5/+5
* attempt to correct previous messed up checkin davidhay2009-03-151-2/+2