summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/psx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* converted some global_alloc_array() usage to dynamic_buffer/dynamic_array (nw) Oliver Stöneberg2014-05-161-4/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-5/+5
* added a note against SCPH-5002 that it might not exist (nw) smf-2014-03-111-1/+1
* (MESS) added SUBCPU address space dump from US PlayStation [smf, psxdev.ru] smf-2014-02-171-36/+48
* (MESS) Added BIOS from Midnight Blue PlayStation <10 million model> SCPH-7000... smf-2014-02-171-3/+6
* Updated bios full names. (nw) smf-2013-12-291-10/+6
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-4/+4
* PSX bios rom memory map is now handled by the CPU core as the size is control... smf-2013-05-041-7/+4
* PSX CPU creates a ram device, this has exposed a problem with not removing th... smf-2013-04-261-18/+19
* Added a temporary way to get to the PSX RAM as a couple of share1 lookups rem... smf-2013-04-211-7/+5
* Partial support for 1f801060 for setting the RAM size, if the size is set lar... smf-2013-04-211-3/+2
* cleanup (nw) Miodrag Milanovic2013-04-191-9/+8
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-3/+4
* more cleanup (nw) Miodrag Milanovic2013-04-141-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* cleanup (nw) Miodrag Milanovic2013-04-141-9/+7
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-3/+1
* (MESS) Makes sure the first instruction of cpe/psx/psf files will be executed... smf-2013-03-291-0/+2
* (mess) psxcd: simplify the cdrom [Carl] cracyc2013-03-241-8/+0
* (MESS) PlayStation: Fix CD-ROM regression [R. Belmont] R. Belmont2013-02-231-4/+6
* forgot one (nw) Miodrag Milanovic2013-02-181-14/+22
* uses cpu_device instead of device_t and one less lookup [smf] smf-2013-01-241-18/+18
* [MESS] made a few more bios shortnames lower-case (nw) Oliver Stöneberg2013-01-221-23/+23
* uses a devcb2 for cpu to cd controller communication, the address decoding is... smf-2013-01-201-17/+8
* drip (nw) R. Belmont2013-01-201-3/+3
* Mirror in all RAM regions (nw) R. Belmont2013-01-201-3/+2
* (MESS) PlayStation: mirror main RAM, fixes Woody Woodpecker Racing [R. Belmont] R. Belmont2013-01-201-1/+1
* [mess] Slotify playstation controller ports [Carl] cracyc2013-01-171-53/+10
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-10/+10
* removed psx_state, all code shared between mame and mess is now in src/emu/ [... smf-2013-01-041-14/+13
* replaced usage of psx_sio_install_handler & psx_sio_input with devices. [smf] smf-2012-11-101-208/+2
* fixed the fix (nw) smf-2012-10-291-2/+2
* Fix psx regression (nw) Miodrag Milanovic2012-10-291-2/+2
* Hooked up PSX IRQ's using DEVCB2 [smf] smf-2012-10-251-10/+4
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-6/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+5
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-12/+12
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+956