mirror of
https://github.com/zellyn/goapple2.git
synced 2025-03-11 23:47:03 +00:00
Match Rev 7 Rom organization.
This commit is contained in:
parent
95f22d22b8
commit
a3eced201d
@ -22,8 +22,8 @@ func ReadSmallCharacterRomOrDie(filename string) [2048]byte {
|
||||
for i, b := range bytes {
|
||||
value[i] = (b ^ 0xff) & 0x7f
|
||||
value[i+512] = b | 0x80
|
||||
value[i+1024] = b & 0x7f
|
||||
value[i+1536] = b & 0x7f
|
||||
value[i+1024] = b
|
||||
value[i+1536] = b | 0x80
|
||||
}
|
||||
return value
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user