Edit 7: RIOv4_3 reports firmware version 4.3
The VersionReply builder at $C6EA hardcoded 4.2; --reportversion=4.3 patches the minor operand byte ($C6FF: 02->03). Verified no host software gates on the value (legacy prints it, RIOJoy parses it, native games ignore it — Cyd). Rebuilt RIOv4_3.bin: 69 bytes vs stock, sha 6d67a2fc7713...; docs updated. Chips burned before this edit still announce 4.2 — re-burn to pick up the number; all other bytes match the certified image. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -820,7 +820,7 @@ C6F7 86 04 LDAA #$04
|
||||
C6F9 84 7F ANDA #$7F
|
||||
C6FB A7 00 STAA $00,X
|
||||
C6FD 08 INX
|
||||
C6FE 86 02 LDAA #$02
|
||||
C6FE 86 03 LDAA #$03
|
||||
C700 84 7F ANDA #$7F
|
||||
C702 A7 00 STAA $00,X
|
||||
C704 BD D6 3B JSR $D63B
|
||||
|
||||
Reference in New Issue
Block a user