-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of extension array is missing (RSC files) #109
Comments
So where do you suggest we add this information? |
If would IMHO be messy to add all this information to tos.hyp. If someone needs to read/write resources with this format, he should rather look at a commented source to understand all the details. IIRC i've even posted some sample code long time ago on atari-forum.com. |
If you think it would be messy to add this information, I agree to close this issue. However, I'm thinking the lack of information clould involve wrong implementation. For example, the Changelog of MyAES includes:
Although -1 is really the end of table marker, 0 has never been Furthermore, description of RSXHDR is wrong: tos.hyp said 'Version number should be 3 for new format' AND 'In the newer format rsh_rssize can be used as an offset to the extension array'. Finally, source code may include experimental feature, such as XaAES which use the 2nd slot of the extension array to store a pointer to an embedded color palette. |
Well i just find it difficult to explain all the gory details in words, without providing example files or sources. But if you think you can do that, please go ahead. It doesn't have to be in UDO format, plain text will be good enough for a start. |
(Source : AES_4_For_MultiTOS.pdf)
The text was updated successfully, but these errors were encountered: