mirror of
https://github.com/Michaelangel007/apple2_fantavision_reloaded.git
synced 2025-02-09 00:30:44 +00:00
Fix missing bytes at B196
This commit is contained in:
parent
69a5ff8b21
commit
d0db924ef5
@ -1050,7 +1050,7 @@ I'll use the prefix:
|
||||
;Valid Disk Nibbles (6-bit * 4) Lookup Table
|
||||
;[+0 +1 +2 +3 +4 +5 +6 +7]
|
||||
;[+8 +9 +A +B +C +D +E +F]
|
||||
B196: 00 04 DFB ; -- -- -- -- -- -- 96 97
|
||||
B196: 00 04 DFB $00,$04 ; -- -- -- -- -- -- 96 97
|
||||
B198:98 99 08 0C DFB $98,$99,$08,$0C ; -- -- 9A 9B -- 9D 9E 9F
|
||||
B19C:9C 10 14 18 DFB $9C,$10,$14,$18 ;
|
||||
B1A0:A0 A1 A2 A3 DFB $A0,$A1,$A2,$A3 ; -- -- -- -- -- -- A6 A7
|
||||
|
Loading…
x
Reference in New Issue
Block a user