Update README.md

This commit is contained in:
alpine9000
2016-03-03 16:23:19 +11:00
parent 0224b123f1
commit c5a7995996
+4 -4
View File
@@ -1,14 +1,14 @@
perform a basic blit
=====================
We make some changes to [001.simple_image)(../001.simple_image):
We make some changes to [001.simple_image](../001.simple_image):
1. The bitplane pointers are now reset using the copper.
2. Interrupt processing is disabled
3. A6 is now used as the base register for CUSTOM
2. Interrupt processing is disabled.
3. A6 is now used as the global base register for CUSTOM.
Next we use some new features in [imagecon](../tools/imagecon) that allow us to generate a shared palette based on two PNG images.
This means out sprite and background can share the single palette.
This means a sprite and background can share the single palette.
We then blit the sprite to the background.