summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ksys573.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-8/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-27/+27
* removed psx_state, all code shared between mame and mess is now in src/emu/ [... smf-2013-01-041-9/+12
* Added gunmania PCMCIA dump, but it fails the checksum. The rom layout of the ... smf-2012-12-031-22/+53
* added a note about the different chip type used on gachaga champ. smf-2012-12-011-1/+1
* Updated PCMCIA card layout and added back, based on pictures from Guru [smf] smf-2012-12-011-7/+32
* added PCMCIA flash card layout and renamed dumped roms to match new positions... smf-2012-11-301-24/+51
* New games added or promoted from NOT_WORKING status smf-2012-11-271-1/+46
* Changed flash access to use 16 bit handlers [smf] smf-2012-11-271-29/+50
* replaced usage of psx_sio_install_handler & psx_sio_input with devices. [smf] smf-2012-11-101-8/+21
* Hooked up PSX IRQ's using DEVCB2 [smf] smf-2012-10-251-19/+16
* SCSICD now has a CDDA sub device [smf] smf-2012-10-231-4/+3
* changed 2 disc hack to use 1 drive [smf] smf-2012-10-231-42/+32
* renamed scsidev to scsihle (nw) smf-2012-10-041-5/+5
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-27/+27
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-8/+8
* Memory handler normalization, part 1. Aaron Giles2012-09-171-11/+11
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-7/+7
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-6/+6
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-53/+58
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-108/+108
* Fixed MT #4953 [R. Belmont, Firewave, Roman] R. Belmont2012-07-261-2/+2
* fixed scsi regression that crashed sys573 bios as there is no cd. smf-2012-06-011-13/+8
* scsi devices are now proper mame devices. smf-2012-05-311-28/+16
* Added the alternative bios found on Gachagachamp, it appears to just be recom... smf-2012-05-181-3/+49
* renamed a rom that is identical to the parent. smf-2012-05-141-1/+1
* New games added smf-2012-05-141-0/+25
* hooked up player 3 controls. smf-2012-05-121-4/+15
* fixed set names. smf-2012-05-121-4/+4
* updated hashes with redumped roms that now pass the rom test & renamed 2 & 3 ... smf-2012-05-121-10/+10
* zerod out the date and time smf-2012-05-111-1/+1
* updated hyper bishi bashi roms, but the game still doesn't work. smf-2012-05-111-4/+4
* New games marked as GAME_NOT_WORKING smf-2012-05-101-1/+27
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-8/+8
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-15/+15
* Marked all remaining old-style CDs without gap information BAD_DUMP. These w... R. Belmont2012-04-251-92/+165
* more modernization (no whatsnew) Miodrag Milanovic2012-04-101-279/+288
* modernization of some CUSTOM_INPUT's (no whatsnew) Miodrag Milanovic2012-04-091-12/+12
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-6/+6
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-8/+8
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* updating info (no whatsnew) Yasuhiro Ogawa2012-03-291-7/+26
* ksys573: fix disk regions, games boot again [R. Belmont] R. Belmont2012-01-281-1/+1
* fixed description. smf-2011-09-301-1/+1
* 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