Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/psx/octoshock/docs/upstreaminfo.txt
2 views
1
0.9.36.2 (approx) -> 0.9.36.5
2
[NO] cdrom/CDAccess_Image : added support for SBI files (SBI will be handled in external disc system)
3
[OK] psx/CDC : removed stub for Command_Sync (WHY?)
4
[OK] psx/psx : fixed bug (SPU-related: clarified read order by turning into two statements)
5
[NO] psx/psx : StateAction bugfix
6
0.9.36.5 -> 0.9.37-UNSTABLE
7
(General improvements and state fixups)
8
(bios hash check at loadstate time added)
9
(disc CDIF media changing infrastructure heavily revised)
10
[OK] psx/cdc : DMForceStop refactoring
11
[OK] psx/cpu : MULT_Tab24 changes
12
[OK] psx/cpu : AssertIRQ refinement
13
[OK] psx/cpu : BIOSPrintMode revisions
14
[OK] psx/cpu : Odd PC address handling
15
[OK] psx/cpu : Some int signedness tweaks, maybe to fix warnings or even bugs
16
[NO] psx/debugp : SPU register names changed (not using debug.cpp)
17
[OK] psx/dma : Cleanup and bugfixes, notably in RecalcIRQOut
18
[NO] psx/frontio : port configuration and organization changes; NV reading api changes
19
[OK] psx/frontio : FrontIO::Write and Read fixes
20
[OK] psx/frontio : FrontIO::Reset powering_up handling (independent of reset?)
21
[OK] psx/frontio : GPULineHook fixes maybe related to org changes
22
[OK] psx/GPU* : A lot of work and refactoring
23
[OK] psx/GTE : division refactors and improvement
24
[OK] psx/input/* : fio-related refactors (organization and Power-up logic) ( TODO - some of the powerup-related logic seems not to have made it?)
25
[OK] psx/input/dualshock : AM toggle changes
26
[OK] psx/irq : reorg
27
[NO] psx/psx : loader edits, firmware region list, disc ID stuff (TODO - update later when disc ID reintegrated into core as perk) (CalcRegion_By_SA, ConstrainRegion_By_SA, etc.)
28
[OK] psx/psx : fio-related powerup stuff
29
[NO] psx/psx : fio-related configuration stuff
30
[??] psx/psx : SCEE/SCEA/SCEI SCEx stuff changed (???)
31
[!!] psx/psx : LoadEXE/PSF1 changes (TODO - need these)
32
[OK] psx/spu* : register renames and misc bugfixes
33
0.9.37-UNSTABLE -> 0.9.37.1
34
[NO] psx/cpu : fix some savestate problem with ReadAbsorbDummy, seems alarming but maybe was just backwards compatibility
35
[OK] psx/spu : clamp some sound output presumably messed up by prior reverb changes
36
0.9.37.1 -> 0.9.38-UNSTABLE
37
(major CDIF changes)
38
(simplefifo refactored)
39
[!!] 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.
40
[OK] required math_ops changes
41
[OK] SimpleFifo changed to PSX-only FastFIFO
42
[OK] psx/cdc : set SoftReset Mode to 0x20
43
[OK] psx/cdc : Edits to MakeStatus and BeginResults and ReadResult
44
[OK] psx/cdc : in HandlePlayRead, handling of leadout sector synth moved to CDIF
45
[OK] psx/cdc : in Update, Mode handling and reading of subcode changed
46
[OK] psx/cdc : in Update, reading of subcode changed. This isn't very important, it just saved reading the 2352 sector bytes when it wasn't needed.
47
[OK] psx/cdc : error handling in Command_Setloc
48
[OK] psx/cdc : PreSeekHack edits
49
[OK] psx/cdc : Command_GetTD improvements
50
[OK] psx/cdc : Command_SeekL timing changes
51
[OK] psx/cpu : helpful changes to case ranges and jump table. double check for savestate changes.
52
[OK] psx/dma : easy bugfixes
53
[??] psx/gpu : display timing changes ?? study more
54
[OK] psx/gpu : BlitterFifo changes, related to FBWrite/Read
55
[OK] psx/gpu : a bunch of bugfixes
56
[OK] psx/gpu : video standard mismatch warning suppressed during DisplayOff
57
[OK] psx/gpu : be aware of savestate changes
58
[OK] psx/gpu_line : easy bugfixes
59
[OK] psx/gte : division bugfixes
60
[OK] psx/memcard : refactors and maybe bugfixes easy to port
61
[OK] psx/multitap : general revisions, easy to port, note savestate changes
62
[OK] psx/mdec : easy fifo and timing related changes
63
[OK] psx/spu : reverb reg fixes or reorg
64
[OK] psx/psx : DMACycleSteal stuff
65
[NO] psx/psx : CalcRegion_By_SYSTEMCNF and TestMagicCD updated
66
[NO] psx/psx : DiscSanityChecks added (add feature later maybe)
67
0.9.38-UNSTABLE -> 0.9.38.1
68
[NO] psx/psx : DiscSanityChecks fix (OK if we used this feature)
69
0.9.38.1 -> 0.9.38.2
70
[OK] psx/gpu_polygon : Fixes to poly rasterizing
71
0.9.38.2 -> 0.9.38.4
72
[OK] psx/cdc : Change to fundamental sector reading for tomb raider
73
[OK] psx/cpu : Elaborate debug poke capabilities
74
[OK] psx/debug : Elaborate debug poke capabilities
75
[OK] psx/gpu : Alter mouse coordinate translation
76
[OK] psx/gpu : Alter texcache invalidation, TPage and DrawMode commands
77
[OK] psx/psx : Elaborate debug poke capabilities
78
0.9.38.4 -> 0.9.38.5
79
[OK] psx/cdc : substantial changes to disc swapping and seek retries
80
[OK] psx/gpu : change to comments
81
[OK] psx/memcard : change to debug output
82
0.9.38.4 -> 0.9.38.6
83
[OK] psx/gpu & gpu_sprite : Fixed GPU emulation timing bugs that caused graphical glitches in "Mr. Driller G".
84
0.9.38.5 -> 0.9.38.7
85
[OK] psx/cpu : Revisions to exception handling
86
[OK] psx/cpu : Many revisions and cleanups to branch and exception handling in opcode implementations
87
[OK] psx/dis : Just some basic disassembly changes
88
[OK] psx/gte : Cleanup
89
[OK] psx/psx : Cleanup
90
[OK] psx/timer : Major functional changes
91
[NO] psx/timer : Added loadstate sanity checks
92