mirror of
https://github.com/Michaelangel007/apple2_gumball.git
synced 2024-12-21 02:29:45 +00:00
Fix sector interleave table formatting
This commit is contained in:
parent
20af4ce3c7
commit
e17c2f39ce
19
README.md
19
README.md
@ -868,15 +868,16 @@ It is continued on 4am, T13S7
|
||||
|
||||
Using our sector interleave table:
|
||||
|
||||
|:Sector:| Order |
|
||||
| 0 |0 |
|
||||
| 7 |1 |
|
||||
| E |2 |
|
||||
| 6 |3 |
|
||||
| D |4 |
|
||||
| 5 |5 |
|
||||
| C |6 |
|
||||
| 4 |7 |
|
||||
|Sector|Fragment|
|
||||
|:-:|:-:|
|
||||
| 0 | 1 |
|
||||
| 7 | 2 |
|
||||
| E | 3 |
|
||||
| 6 | 4 |
|
||||
| D | 5 |
|
||||
| 5 | 6 |
|
||||
| C | 7 |
|
||||
| 4 | 8 |
|
||||
|
||||
I still need to track down where this is loaded into memory.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user