Fix typo in Satellaview header model

see #3749
This commit is contained in:
James Groom 2023-09-10 22:38:19 +10:00 committed by GitHub
parent 2647bb8300
commit a7ee68f47d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace BizHawk.Emulation.Common
private const int OFFSET_REVISION = 0x2B; // 1 octet
private const int OFFSET_SELFDESTRUCT = 0x24; // 2 octets, but the lower 10 bits are always 0, so effectively 1 octet
private const int OFFSET_SELFDESTRUCT = 0x25; // 1 octet; technically 2 octets LE at 0x24, but the least-significant 10 bits are always 0
private const int OFFSET_SPEED = 0x28; // 1 octet