summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/psx
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1317-8275/+0
* namco system 10 checkpoint, startrgn does a new flash access and Olivier Galibert2015-08-202-1/+11
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-4/+4
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-2/+2
* did change for smf (nw) Miodrag Milanovic2015-05-1215-15/+15
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-0915-15/+15
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-4/+4
* some state_save_register_item removal (nw) Ivan Vangelista2015-04-201-4/+4
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-4/+4
* save: Give the device when available to the state save subsystem [O. Galibert] Olivier Galibert2015-02-141-5/+5
* Description changes for assorted devices to improve readability/uniformity fr... Scott Stone2015-01-055-6/+6
* Convert PSX sio to use devcb. [smf] smf-2014-10-264-150/+65
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-145-36/+36
* fix some warnings on older GCCs (e.g. OSX PPC) (nw) R. Belmont2014-05-041-0/+3
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-162-4/+4
* Fixed linking. (nw) Curt Coder2014-03-261-4/+4
* fixed lui/ori and lui/addi constant calculation by pretending instructions ca... smf-2014-03-261-1/+1
* use an interface for passing state to the disassembler instead of copying it ... smf-2014-03-263-33/+31
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-5/+5
* READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw) Miodrag Milanovic2014-03-241-8/+8
* removed usage of machine().firstcpu (nw) smf-2014-03-151-1/+2
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* made dismips build again, need to move functionality to unidasm (nw) smf-2013-12-092-4/+3
* asserted copyright (nw) smf-2013-11-0217-0/+34
* Fix for mametesters 05216 by defaulting ram to 0. I don't know whether this i... smf-2013-10-201-105/+106
* stopped div 0x80000000, 0xffffffff from causing an overflow exception. All lo... smf-2013-10-061-15/+21
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* added undocumented opcode that behaves like DPCL [smf] smf-2013-09-102-2/+4
* removed some left-over TIMER_CALLBACK_MEMBER declarations (nw) Oliver Stöneberg2013-08-022-3/+1
* don't clear m_berr on every instruction (nw) smf-2013-07-101-3/+6
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-212-9/+9
* Fix device duplicated name/descriptions (nw) Miodrag Milanovic2013-06-212-5/+5
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-216-9/+9
* updated comment (nw) smf-2013-05-281-1/+1
* slightly more defensive ram & rom mapping (nw) smf-2013-05-241-17/+24
* fixed GTE FLAG register calculation on MSVC builds (nw) smf-2013-05-241-2/+20
* Added a check for a bus error when fetching an instruction, the bus error con... smf-2013-05-232-726/+740
* Work around MSVC2008/2010 daftness -nw- Phil Bennett2013-05-161-1/+1
* Don't map more than 4mb of rom as it will overwrite ram. Only causes a proble... smf-2013-05-161-0/+5
* removed unused variable (nw) smf-2013-05-151-2/+0
* changed i/o to 16 bits and don't install memory handlers at run time (nw) smf-2013-05-152-16/+60
* use device timers instead of TIMER_CALLBACK_MEMBER (nw) smf-2013-05-154-6/+8
* PSX bios rom memory map is now handled by the CPU core as the size is control... smf-2013-05-042-2/+63
* Don't set E flag if the result rounds up to 2, just limit the result. [smf] smf-2013-05-021-1/+6
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* Changed default value of ram to zero. Some of the system 12 games compare ram... smf-2013-04-281-0/+1
* PSX CPU creates a ram device, this has exposed a problem with not removing th... smf-2013-04-262-68/+21
* changed loop detection hack to use address mask to stop it crashing, nfs vral... smf-2013-04-251-3/+6
* make it clearer that you can't write to LZCR (nw) smf-2013-04-251-2/+1