transistor 8c58903f73 Rewrote the Genesis/YM7101 draw loop to work pixel-by-pixel
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
2021-12-30 22:46:57 -08:00
..
2021-12-26 16:32:15 -08:00
2021-12-05 17:19:27 -08:00
2021-12-13 12:00:24 -08:00
2021-11-01 16:51:45 -07:00
2021-12-26 16:32:15 -08:00
2021-12-13 12:00:24 -08:00
2021-12-26 16:32:15 -08:00