Skip to content

Commit

Permalink
Add fast loader library flossiec
Browse files Browse the repository at this point in the history
  • Loading branch information
drmortalwombat committed Jun 13, 2024
1 parent 5993f75 commit 3770a05
Show file tree
Hide file tree
Showing 9 changed files with 869 additions and 8 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ The compiler is command line driven, and creates an executable .prg file.
* -d64 : create a d64 disk image
* -f : add a binary file to the disk image
* -fz : add a compressed binary file to the disk image
* -fi : sector skip for data files on disk image
* -xz : extended zero page usage, more zero page space, but no return to basic
* -cid : cartridge type ID, used by vice emulator
* -pp : compile in C++ mode
Expand Down Expand Up @@ -930,6 +931,10 @@ Renders a hires image into a buffer at 0xe000..0xff40 and saves it to disk. The

Reads a hires image from disk into a buffer at 0xe000..0xff40 and displays it. The read can be performed without a secondary buffer, because writes to the ROM end up in the RAM underneath.

#### Fasload image data "hiresfload.c"

Use the oscar flossiec fast loader to load a compressed multicolor image to 0xe000..0xff40 and 0xcc00..0xcfff.

### Remapping memory "memmap"

The C64 memory map is very flexible. These samples show how to manipulate the memory map and use easyflash ROMs to execute larger programs.
Expand Down
Loading

0 comments on commit 3770a05

Please sign in to comment.