MINDSET Computer: Blitter Animation, part 1
Channel:
Subscribers:
3,140
Published on ● Video Link: https://www.youtube.com/watch?v=w5-iOm9ReMs
When you combine the vertical blank interrupt handler (which fires 60 times each second) with the BLITTER copy operations, very smooth; complex animation is possible on a system, on a system that would otherwise not be able to support it without the display co-processor.
I am working on a complex animation scene, modelled after the first intermission in pac-man. The code is here:
https://github.com/tschak909/mindset-examples/blob/master/pacman-cutscene/main.c
Other Videos By tschak909
Tags:
mindset
mindset computer
computer animation
80186
display processor
blitter
vertical blank interrupt