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

Commits on Aug 9, 2020

  1. Update for VERA 0.9 new registers

    Changed the VPOKE's to reflect the new registers as per VERA 0.9
    SerErris authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    be14efb View commit details
    Browse the repository at this point in the history
  2. Updated for VERA 0.9

    Changed the addresses of Pallette vmem to be in compliance with VERA 0.9
    SerErris authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    2d67098 View commit details
    Browse the repository at this point in the history
  3. some typos

    Forgot to add some REM commands...
    SerErris authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    f78dbde View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. VERA 0.9/R37 compatibility

    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.
    SerErris authored Aug 15, 2020
    Configuration menu
    Copy the full SHA
    b2e0760 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. VERA 0.9 and R37+ compatibility

    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)
    SerErris authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    cf34b9a View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    A faster fractal 256 utilizing VERA 0.9 capabilities, autoincrement and writing two registers at a time to speed up fractal generation.
    SerErris authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    54b1431 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. bugfix ... missing color table

    Fixed also some other parts that changed over the period.
    SerErris authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    a8293b4 View commit details
    Browse the repository at this point in the history
  2. Delete fastfract256.bas

    SerErris authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    3a573af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6ec61a View commit details
    Browse the repository at this point in the history
  4. bugfixed and change of VRAM setup

    -Added back the color palette data
    -Changed Bitmap start to $4000 to preserve CharacterRAM.
    -Copied CHARROM to $1F000 to preserve fonts.
    SerErris authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    c0c940f View commit details
    Browse the repository at this point in the history