-
Notifications
You must be signed in to change notification settings - Fork 26
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
WIP AGA Support #151
Comments
Even though there is no "Utils/Fade", I have added support for AGA Palette fades to the fading included with Germz. |
there are fade fns in utils/palette.h though. Perhaps it's the right place for them? Still, contrary to fade fns from ACE, the fade util from germz is instanced and is meant for more elaborate usage, like dimming audio etc. So perhaps it should be in separate file. We could add it as utils/fade, I think. |
I meant I tested it with the fade you Made for GermZ. The PaletteDIM in palette.c/h is where I added some AGA support code. |
As per convo in Discord. The palette format will be changed to this.
Followed by n UWORDS if OCS/ECS Atm, the flags just say whether it is in 24bit AGA colour or 12bit OCS/ECS |
Working on Adding AGA support, and AGA Features to ACE.
https://github.com/AdamENESS/ACE/tree/AGA
The text was updated successfully, but these errors were encountered: