README typos, forgot to add base.mk

This commit is contained in:
alpine9000
2016-03-05 20:35:13 +11:00
parent 6a75d7a352
commit f9a3491a90
5 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ Then in the main loop I now:
.mainLoop:
bsr.s waitVerticalBlank
bsr.s installGreyscalePalette
move.l #4,d0 ; blit the object 4 times each frame
move.l #4,d0 ; blit the object 5 times each frame
.blitLoop:
bsr.s moveBlitterObject
dbra d0,.blitLoop
@@ -35,7 +35,7 @@ The `NUM_COLORS` variable in the [Makefile](Makefile) sets the number of colors.
-----------
![5 bitplanes](5bitplanes-screenshot.png?raw=true)
At 5 bitplanes we don't have enough time to do 5 blits.
At 5 bitplanes we have enough time to do 5 blits.
4 bitplanes
-----------