Page 1 sur 1

The file header issue

Message non luPosté: 19 Mar 2017, 05:25
de BrainPortable
Hello everyone.
I recently uploaded a program called "flm video player" , which is used to play *.flm videos on TI-68K calculators.However, I'm now experiencing some file issues.
Sadly, the developer of the program didn't tell the way to convert a *.flm file to the file that can be transferred to a TI-68K calculator, which means I have to do some research myself. :'(
To transfer a file to TI-68K, a file header is a must(offset 0x00000000~0x00000067).However, I found that simply copy another *.89y file's header and attach it to a *.flm file is not working, for the file on the calculator shows the wrong size, the wrong type, and the calculator will crash when the flm player begin to play that file.
So how can I modify the header to make the file recognized correctly on a TI-68K? :quest:
Thanks for your answer.