AmigaExamples/006.simple_blit
alpine9000 ffc5f1f93d Got build working on newer OSX, included missing ADFs 2019-06-11 13:58:03 +10:00
..
bin Got build working on newer OSX, included missing ADFs 2019-06-11 13:58:03 +10:00
Makefile
README.md
blit.s A few incorrect dbra counters 2016-03-25 19:49:36 +11:00
screenshot.png Used better test image 2016-03-14 13:29:23 +11:00

README.md

perform a basic blit

We make some changes to 001.simple_image:

  1. The bitplane pointers are now reset using the copper.
  2. The palette is now installed once and removed from the copper list.
  3. Interrupt processing is disabled.
  4. A6 is now used as the global base register for CUSTOM.

Next we use some new features in imagecon that allow us to generate a shared palette based on two PNG images.

This means a sprite and background can share the single palette.

We then blit the sprite to the background.

screenshot

Screenshot

try it