Page 1 of 1

Video: Lesson P6 - Bitmap Functions on the Amiga

Posted: Wed Apr 24, 2019 1:42 pm
by akuyou


http://www.chibiakumas.com/68000/platform.php#LessonP6

The Amiga is essentially a 'bitmap' based system, we allocate an area of memory to be our screen data, and we can write data into that area to get our pixels on the screen,

However there are some complexities to getting things working, so lets learn how to make it behave!