MINDSET COMPUTER: BLITTER Animation Part 2
Channel:
Subscribers:
3,140
Published on ● Video Link: https://www.youtube.com/watch?v=AE8ieFNSpJM
Concluding this two part set of videos, is the complete animation that I was working on, which is a reproduction of the first intermission in PAC-MAN(tm).
There are four BLT operations specified in this single interrupt trap happening per frame:
* Background for Blinky
* Blinky
* Background for Pac-Man
* Pac-Man
The PAC-MAN blitter object changes sizes between scenes, being 16x16 for the initial scene, and growing to 32x32 in the proceeding scene, yet the BLITTER on the #MINDSET has no problem dealing with it.
The code is here: https://github.com/tschak909/mindset-examples/blob/master/pacman-cutscene/main.c
Other Videos By tschak909
Tags:
MINDSET
MINDSET Computer
BLITTER
Animation
Graphics Workstation
retrocomputing
PC
PAC-MAN