Re: A85: Re: Help!!!


[Prev][Next][Index][Thread]

Re: A85: Re: Help!!!




File format of .85I files
=========================
Compiled by Magnus Hagander (mha@algonet.se)

The .85I files are TI-85 pictures.
The pictures are 128x63 pixels with 1 bit per pixel (monochrome).
They are stored as a bit-map of the screen from top-right to bottom-left,
going left to right, then up to down.

The format of a picture is:

Offset    Length    Comment
======    ======    =======
00h       02h       Word: Size of picture. _ALWAYS_ F003 = 1008 (03F0h)
02h       3F0h      <Picture bitmap>


So, I guess it's header is just "F003" then 1008 bytes (NOT 1024) of 
information. Does that help?

-Josh Morris
 dorkremi@hotmail.com


Follow-Ups: