flxbe / asm-space-invaders

A small, bootable game written in x86 Assembly inspired by Space Invaders
MIT License
215 stars 13 forks source link

Video Buffer #22

Open flxbe opened 5 years ago

flxbe commented 5 years ago

Add a video buffer as the new display target. Only print the buffer once every frame in order to minimize the amount of video interrupts.