summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ksys573.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* moved boiler plate code into PlayStation GPU smf-2011-08-111-52/+40
* 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
* documentation fix. nwm smf-2011-05-171-1/+1
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-4/+4
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-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-10/+9
* "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-296/+301
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-7/+7
* BIG update. Aaron Giles2011-03-291-163/+163
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-8/+8
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-8/+8
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-1/+5
* *DUH* Olivier Galibert2011-03-031-0/+5
* Duh. Olivier Galibert2011-03-031-19/+0
* ksys573: Fix some wrong machine driver selections [O. Galibert] Olivier Galibert2011-03-031-5/+12
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-17/+17
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* PSX: smf-2011-02-201-215/+965
* salarymc: CD redumped [Roberto Malone, Yohji, Smitdogg, The Dumping Union] R. Belmont2011-02-131-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
* ksys573, naomi: Device-ify the security flashes and the dallas id chip. [O. G... Olivier Galibert2011-02-111-415/+443
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-2/+2
* More migrating allocated buffers to arrays in the driver data. Aaron Giles2011-02-091-40/+39
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-20/+20
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-8/+8
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* ksys573: Hook up part of the i2c communication with the mas3507d. [O. Galibert] Angelo Salese2011-01-291-29/+81
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-66/+66
* removed start 2 from hyperbbc smf-2010-12-311-22/+21
* renamed bios memory region and added it to the #define smf-2010-12-311-83/+4
* New games added as GAME_NOT_WORKING smf-2010-12-291-0/+102
* Update psx drivers to use a driver_device. Aaron Giles2010-10-141-405/+481
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* Converted intelfsh to a device, updated all users. Aaron Giles2010-09-111-450/+155
* 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-5/+4