index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
cpu
/
mips
/
psx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-17
/
+17
*
CPU_IS_LE -> ENDIANNESS_LITTLE
Aaron Giles
2008-12-04
1
-1
/
+1
*
Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls.
Andrew Gardner
2008-11-30
1
-6
/
+2
*
Cleanups and version bump for 0.128u4.
mame0128u4
Aaron Giles
2008-11-24
1
-1
/
+1
*
change_pc? What change_pc?
Aaron Giles
2008-11-24
1
-7
/
+0
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-2
/
+2
*
changed bios call logging to read registers directly & all other accesses to ...
smf-
2008-11-20
1
-12
/
+11
*
Memory banking now requires a machine object. This makes the memory
Aaron Giles
2008-11-20
1
-1
/
+1
*
pedantic, probably should number from 1 instead of 0...
smf-
2008-11-20
1
-6
/
+6
*
removed excessive casts and fixed mvmva bug introduced in last commit.
smf-
2008-11-20
1
-236
/
+221
*
Another big one.
Aaron Giles
2008-11-20
1
-4
/
+3
*
pointerified the psx cpu core & switched it to the new memory functions. Chan...
smf-
2008-11-19
1
-1367
/
+1408
*
Generalized the concept of opbase access into "direct" access.
Aaron Giles
2008-11-17
1
-4
/
+4
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-20
/
+20
*
WARNING: this compiles, but not fully cleanly, and a number of drivers
Aaron Giles
2008-11-14
1
-1
/
+1
*
This patch replaces the Machine parameter where an running_machine *
Aaron Giles
2008-11-13
1
-2
/
+2
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-8
/
+8
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-11-08
1
-2
/
+2
*
Added macros for all CPU callbacks to ease future changes.
Aaron Giles
2008-11-08
1
-13
/
+13
*
WARNING: This is a significant change. If you are risk-averse and
Aaron Giles
2008-11-06
1
-10
/
+12
*
reverted unit mask changes and removed the unused & unsafe memory_install fun...
smf-
2008-08-18
1
-3
/
+3
*
Added unit mask to all memory installs that override the bus width. You could...
smf-
2008-08-17
1
-3
/
+3
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-07-24
1
-14
/
+3
*
Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER
Aaron Giles
2008-06-26
1
-7
/
+3
*
Expanded the set of memory accessor functions. In addition to
Aaron Giles
2008-04-19
1
-13
/
+13
*
Converted the IDE controller to a device. Updated all drivers
Aaron Giles
2008-04-15
1
-10
/
+7
*
fixed calculation of bit 31 of GTE FLAG register, when writing to it directly.
smf-
2008-04-13
1
-66
/
+67
*
added sf/lm support to INTPL, improved flag calculation & calculates correct rgb
smf-
2008-04-12
1
-74
/
+59
*
tidied up DPCS, improved flag calculation and added support for lm/sf fields.
smf-
2008-04-12
1
-45
/
+49
*
removed casts and removed unnecessary decoding from NCLIP.
smf-
2008-04-12
1
-22
/
+18
*
Cleanups and version bump to 0.124u2.
mame0124u2
Aaron Giles
2008-04-12
1
-1
/
+1
*
fixed avsz3 & avsz4 flag & otz calculation.
smf-
2008-04-11
1
-18
/
+18
*
fixed flag calculation in F macro.
smf-
2008-04-11
1
-5
/
+5
*
Reduced the number of save state callback types from 3 to 1. The
Aaron Giles
2008-04-11
1
-3
/
+8
*
Rewrote core memory handlers as inline functions. These should be easier to
Aaron Giles
2008-04-09
1
-2
/
+2
*
removed useless casts in BLEZ/BGTZ
smf-
2008-04-07
1
-2
/
+2
*
fixed OTZ sign extension
smf-
2008-04-07
1
-59
/
+92
*
added IR1/IR2/IR3 saturation when calculating ORGB
smf-
2008-04-06
1
-2
/
+15
*
fixed IRGB truncation and conversion to IR1/IR2/IR3
smf-
2008-04-06
1
-4
/
+4
*
fixed SZ0 truncation.
smf-
2008-04-06
1
-1
/
+1
*
Fixed the SR masks for MTC0.
smf-
2008-04-06
1
-965
/
+1642
*
Changed debugger-related code to be based off a new makefile define (DEBUGGER...
Aaron Giles
2008-02-02
1
-6
/
+6
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-2
/
+2
*
Changed the clocks to reflect the actual frequency that is supplied to the ch...
smf-
2008-01-16
1
-1
/
+1
*
First pass at fixing the cpu clock speeds on the playstation based hardware.
smf-
2008-01-15
1
-1
/
+1
*
Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers.
Aaron Giles
2008-01-14
1
-0
/
+1
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
(From Oliver Stoneberg)
Aaron Giles
2008-01-03
1
-2
/
+2
*
(inspired by Firewave)
Aaron Giles
2008-01-03
1
-1
/
+1
*
Changes for MAME 0.121u4.
mame0121u4
Aaron Giles
2007-12-17
1
-3
/
+3
[next]