summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mips/psx.c
Commit message (Expand)AuthorAgeFilesLines
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-17/+17
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. Andrew Gardner2008-11-301-6/+2
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-241-7/+0
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-2/+2
* changed bios call logging to read registers directly & all other accesses to ... smf-2008-11-201-12/+11
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* pedantic, probably should number from 1 instead of 0... smf-2008-11-201-6/+6
* removed excessive casts and fixed mvmva bug introduced in last commit. smf-2008-11-201-236/+221
* Another big one. Aaron Giles2008-11-201-4/+3
* pointerified the psx cpu core & switched it to the new memory functions. Chan... smf-2008-11-191-1367/+1408
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-4/+4
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-20/+20
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-131-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-2/+2
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-13/+13
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-10/+12
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-3/+3
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-14/+3
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-7/+3
* Expanded the set of memory accessor functions. In addition to Aaron Giles2008-04-191-13/+13
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-10/+7
* fixed calculation of bit 31 of GTE FLAG register, when writing to it directly. smf-2008-04-131-66/+67
* added sf/lm support to INTPL, improved flag calculation & calculates correct rgb smf-2008-04-121-74/+59
* tidied up DPCS, improved flag calculation and added support for lm/sf fields. smf-2008-04-121-45/+49
* removed casts and removed unnecessary decoding from NCLIP. smf-2008-04-121-22/+18
* Cleanups and version bump to 0.124u2.mame0124u2 Aaron Giles2008-04-121-1/+1
* fixed avsz3 & avsz4 flag & otz calculation. smf-2008-04-111-18/+18
* fixed flag calculation in F macro. smf-2008-04-111-5/+5
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-3/+8
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-2/+2
* removed useless casts in BLEZ/BGTZ smf-2008-04-071-2/+2
* fixed OTZ sign extension smf-2008-04-071-59/+92
* added IR1/IR2/IR3 saturation when calculating ORGB smf-2008-04-061-2/+15
* fixed IRGB truncation and conversion to IR1/IR2/IR3 smf-2008-04-061-4/+4
* fixed SZ0 truncation. smf-2008-04-061-1/+1
* Fixed the SR masks for MTC0. smf-2008-04-061-965/+1642
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-6/+6
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-2/+2
* Changed the clocks to reflect the actual frequency that is supplied to the ch... smf-2008-01-161-1/+1
* First pass at fixing the cpu clock speeds on the playstation based hardware. smf-2008-01-151-1/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Oliver Stoneberg) Aaron Giles2008-01-031-2/+2
* (inspired by Firewave) Aaron Giles2008-01-031-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-3/+3