When I posted links to my SNES-style Mode7 routines, I had requests
that I look into adding support for the not-very-commong Apple IIe
Double Lores mode (80x40x15color).
This would halve the framerate, and also with page-flipping difficult
(non-existent?) would be flickery. I thought I'd try anyway.
It is a bit hackish, but I'm drawing offscreen and copying in to avoid
most of the flicker, and I've implemented 80x40 mode7 as well as
sprite handling.