psx - add 0.9.38.2 release notes

This commit is contained in:
zeromus 2015-02-17 00:22:43 +00:00
parent dbbfda1c85
commit 5a6f4d9d34
1 changed files with 7 additions and 5 deletions

View File

@ -33,12 +33,12 @@
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
[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)
(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.
[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 : Edits to MakeStatus and BeginResults and ReadResult
[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/psx : DMACycleSteal stuff
[NO] psx/psx : CalcRegion_By_SYSTEMCNF and TestMagicCD updated
[??] psx/psx : DiscSanityChecks added
0.9.38-UNSTABLE -> 0.9.38.1 [not integrated yet]
[OK] psx/psx : DiscSanityChecks fix
[NO] psx/psx : DiscSanityChecks added (add feature later maybe)
0.9.38-UNSTABLE -> 0.9.38.1
[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