[A83] ZCP (Re: Re: Need for speed)


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

[A83] ZCP (Re: Re: Need for speed)




>It helps, but I've got this problem:
>as everyone should now, on the TI85 there's a shell called ZShell
>Someone wrote a compression routine for it called ZCP (Zshell compression
>system)
>But it could happen that this compression writes one byte more than the
>wanted data, thus writing at byte 769 of SafeRam1. I don't know what to do
>with it now, so is there any way to prevent a ZCP decoder (i think most of
>you guys know ZCP) to write over a certain amount of bytes (RLE can be
>limited)?

So ZCP is for the TI-85...
Does anyone know where to get the compression-routines?
For my groverizer, I want to change the mario-title-pic, but it's
zcp-compressed.
Thanks
    Ronald


>> The calc will probably crash because the SafeRam1 is 768 byte not 769
>Byte...
>> So If there somthing importent for the os.. when you exit of your program
>> that could be crash.
>>
>> Hope that help
>> Xavier LaRue
>>
>> On Tuesday 11 September 2001 03:05 am, you wrote:
>> > Thanks for all the help so far, but I have another (unrelated)
question:
>> >
>> > Let's call the byte @ (SafeRam1) byte 0
>> > then saferam will go to byte 767
>> >
>> > but can I also modify byte 768, or will the calc crash?