Author Topic: 8XI File Format  (Read 1777 times)

0 Members and 1 Guest are viewing this topic.

Offline BlakPilar

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 734
  • Rating: +44/-1
    • View Profile
8XI File Format
« on: December 30, 2011, 10:08:56 pm »
Does this seem about right to anyone who happens to know it? It seems right to me from creating pictures on Wabbit and comparing bytes.

Sizes:
     Offset    Length  Description
Packet
| Header
| |   0         11     Standard .8x* header ("**TI83F*" + 1A, 0A, 00)
| |   11        42     Comment (null terminated)
| |   53        2      Data length
| End Header
| Data
| |   55        2      Some kind of header length? (Favor $0D)
| |   57        n      Some kind of header*
| |   57+n      2      Always 758 ($02F6)
| |   59+n      2      Always 756 ($02F4)
| |   61+n      756    Picture data (1 bit per pixel, L=>R, T=>B)
| End Data
|     817+n     2      Checksum
End Packet

* Appears to follow this pattern:
   F6 02 07 60 ## 00 ...
   Where ## is the picture number - 1 as $00 - $FE (possibly FF?)
   and ... is null termination to fill the length specified before

EDIT: Nevermind. Apparently it is ^^
« Last Edit: December 30, 2011, 11:39:56 pm by BlakPilar »