BASIC BITMAP File Statements - fvdhoef/aquarius-plus GitHub Wiki

LOAD BITMAP

FORMAT: LOAD BITMAP filespec

Action: Loads bitmap file into Video RAM.

  • The bitmap type and data is automatically detected based on the file length.
  • Error 49, Bad file results if the file is not a valid bitmap file.
  • Error 50, File not found results if the file does not exist.

LOAD COLORMAP

FORMAT: LOAD COLORMAP filespec

Action: Loads a color map file into Video RAM.

  • The file contents are loaded into the 1bpp color map area of Video RAM.
  • Error 49, Bad file results if the file is not a valid color map file.
  • Error 50, File not found results if the file does not exist.

SAVE BITMAP

FORMAT: SAVE BITMAP filespec

Action: Saves bitmap file into Video RAM.

SAVE COLORMAP

FORMAT: SAVE COLORMAP filespec

Action: Saves color map from Video RAM to a file.