psx - add 0.9.38.2 release notes
This commit is contained in:
parent
dbbfda1c85
commit
5a6f4d9d34
|
@ -33,12 +33,12 @@
|
||||||
0.9.37-UNSTABLE -> 0.9.37.1
|
0.9.37-UNSTABLE -> 0.9.37.1
|
||||||
[NO] psx/cpu : fix some savestate problem with ReadAbsorbDummy, seems alarming but maybe was just backwards compatibility
|
[NO] psx/cpu : fix some savestate problem with ReadAbsorbDummy, seems alarming but maybe was just backwards compatibility
|
||||||
[OK] psx/spu : clamp some sound output presumably messed up by prior reverb changes
|
[OK] psx/spu : clamp some sound output presumably messed up by prior reverb changes
|
||||||
0.9.37.1 -> 0.9.38-UNSTABLE [not integrated yet]
|
0.9.37.1 -> 0.9.38-UNSTABLE
|
||||||
(major CDIF changes)
|
(major CDIF changes)
|
||||||
(simplefifo refactored)
|
(simplefifo refactored)
|
||||||
[!!] psx/cdutility : substantial revisions to disc sector synthesis with respect to leadout, "UDAPP", and "TSRE" (thread-safe re-entrant) which I dont understand. Need to study for DiscSystem.
|
[!!] psx/cdutility : substantial revisions to disc sector synthesis with respect to leadout, "UDAPP", and "TSRE" (thread-safe re-entrant) which I dont understand. Need to study for DiscSystem.
|
||||||
[OK] required math_ops changes
|
[OK] required math_ops changes
|
||||||
[OK] SimpleFifo changed to PSX-only FastFIFO (TOD)
|
[OK] SimpleFifo changed to PSX-only FastFIFO
|
||||||
[OK] psx/cdc : set SoftReset Mode to 0x20
|
[OK] psx/cdc : set SoftReset Mode to 0x20
|
||||||
[OK] psx/cdc : Edits to MakeStatus and BeginResults and ReadResult
|
[OK] psx/cdc : Edits to MakeStatus and BeginResults and ReadResult
|
||||||
[OK] psx/cdc : in HandlePlayRead, handling of leadout sector synth moved to CDIF
|
[OK] psx/cdc : in HandlePlayRead, handling of leadout sector synth moved to CDIF
|
||||||
|
@ -63,6 +63,8 @@
|
||||||
[OK] psx/spu : reverb reg fixes or reorg
|
[OK] psx/spu : reverb reg fixes or reorg
|
||||||
[OK] psx/psx : DMACycleSteal stuff
|
[OK] psx/psx : DMACycleSteal stuff
|
||||||
[NO] psx/psx : CalcRegion_By_SYSTEMCNF and TestMagicCD updated
|
[NO] psx/psx : CalcRegion_By_SYSTEMCNF and TestMagicCD updated
|
||||||
[??] psx/psx : DiscSanityChecks added
|
[NO] psx/psx : DiscSanityChecks added (add feature later maybe)
|
||||||
0.9.38-UNSTABLE -> 0.9.38.1 [not integrated yet]
|
0.9.38-UNSTABLE -> 0.9.38.1
|
||||||
[OK] psx/psx : DiscSanityChecks fix
|
[NO] psx/psx : DiscSanityChecks fix (OK if we used this feature)
|
||||||
|
0.9.38.1 -> 0.9.38.2
|
||||||
|
[OK] psx/gpu_polygon : Fixes to poly rasterizing
|
Loading…
Reference in New Issue