summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernization of drivers part 2 (no whatsnew) Miodrag Milanovic2013-02-051-159/+144
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-72/+72
* don't use ROMX_LOAD when it's not needed (nw) smf-2012-10-061-340/+340
* only load the simms on NO-CD sets Michaël Banaan Ananas2012-10-061-430/+772
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-8/+8
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-49/+48
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-23/+19
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-6/+6
* Japanese romanization consistency (nw) Justin Kerk2012-09-081-18/+18
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-5/+1
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-28/+28
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-22/+19
* turned WD33C93 into a device & made cps3 flash roms optional on cd sets (nw) smf-2012-08-251-400/+365
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-3/+5
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-6/+7
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-32/+32
* Fixed MT #4953 [R. Belmont, Firewave, Roman] R. Belmont2012-07-261-1/+1
* scsi devices are now proper mame devices. smf-2012-05-311-13/+4
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-2/+2
* Marked all remaining old-style CDs without gap information BAD_DUMP. These w... R. Belmont2012-04-251-7/+7
* CPS-3 update [Team CPS-1]: Scott Stone2012-04-201-64/+64
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-11/+11
* some DIRECT_UPDATE_HANDLER - > DIRECT_UPDATE_MEMBER (nw) Miodrag Milanovic2012-04-171-10/+7
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-13/+13
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-144/+124
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-19/+19
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-31/+31
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Rom label corrections per Guru (nw) Scott Stone2012-02-281-56/+56
* New clones added Scott Stone2012-02-281-85/+182
* cps3.c: Documentation update and + white space alignment. - NW Brian Troha2012-02-151-89/+87
* new WORKING game Angelo Salese2012-02-131-11/+75
* cps3.c, konamigv.c disk prefix to make games boot again Michaël Banaan Ananas2012-01-281-1/+1
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-12/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-13/+12
* CPS-3 update [Team CPS-1]: mariuszw12012-01-031-308/+324
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-11/+11
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-41/+33
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-18/+10
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-13/+13
* cps3.c: Documented all sfiii, sfiii2 and sfiii3 existining revisions. [Team C... Brian Troha2011-11-241-0/+11
* disable common printfs Michaël Banaan Ananas2011-10-231-2/+4
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-3/+3
* GCC 4.6 "variable assigned but not used" fixes, part 1 (no whatsnew) R. Belmont2011-05-301-3/+3
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-3/+3