mirror of
https://github.com/transistorfet/moa.git
synced 2025-02-16 11:30:33 +00:00
In order to more accurately emulate the VDP, the main draw loop is now going through each pixel on the screen and calculates the various cells that should be displayed, gets the exact pixel data, and then draws lines them all up in priority-order, and whichever is the first non-mask pixel colour gets put into the frame buffer. It's rather verbose and duplicative, but I'll fix it up now that I have something working