Skip to content
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

Changed fastfract256.bas #107

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

SerErris
Copy link
Contributor

Corrected error that made it not working,
Changed VRAM layout
0-3FFF = CHARRAM of Layer1
4000-16C00 = Bitmap of Layer0
$1F000-$1F7FF = CharRom

Changed the VPOKE's to reflect the new registers as per VERA 0.9
Changed the addresses of Pallette vmem to be in compliance with VERA 0.9
Forgot to add some REM commands...
Changes were required to bring it to R37 compatibility and VERA 0.9 design. Changed all relevent. Beneath the obvious changes in addressing, also the pallette needed fixing as the way of storage of the pallette and read of registers changed. Now colors are hard defined in the code. Also added some comments for better understanding of what this code does in the commander X16.
Changed all commands 1:1 with the new versions. Also added some more REMs for better understanding. Changed the address for FACLO ZP from 218 ($DA) to 199 ($C7)
A faster fractal 256 utilizing VERA 0.9 capabilities, autoincrement and writing two registers at a time to speed up fractal generation.
Fixed also some other parts that changed over the period.
-Added back the color palette data
-Changed Bitmap start to $4000 to preserve CharacterRAM.
-Copied CHARROM to $1F000 to preserve fonts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant