summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/psx
Commit message (Expand)AuthorAgeFilesLines
* 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
* renamed the gte acc class to int44 to better describe what it is & uses the r... smf-2013-04-212-62/+62
* Added a temporary way to get to the PSX RAM as a couple of share1 lookups rem... smf-2013-04-212-0/+23
* Partial support for 1f801060 for setting the RAM size, if the size is set lar... smf-2013-04-214-50/+123
* removed comment as the divider is new (nw) smf-2013-04-211-2/+0
* fixed RTPT flags calculation & added a new divide implementation that uses a ... smf-2013-04-211-2085/+53
* psx-dma: be a bit more permissive with allowed transfer types from the cdrom ... cracyc2013-04-201-1/+1
* fixed RTPS flags and calculation [smf] smf-2013-04-202-11/+41
* fixed MVMVA flag calculation & replicate the bugs when mx is set to 3 or cv i... smf-2013-04-191-15/+30
* mdec: don't clear busy status until done and skip padding (nw) cracyc2013-04-181-1/+7
* Improved FLAG calculation in NCDS, CDP, NCDT, NCCS, CC, NCS, NCT & NCCT by ch... smf-2013-04-172-51/+100
* removed some unused #defines & whitespace changes (nw) smf-2013-04-112-10/+3
* brought disassembler up to date (nw) smf-2013-04-111-50/+14