I have been brainstorming, and something occured to me, after looking at the APAC article from the 1989 Analog issue ...
Is it possible to switch between 2 APAC mode screens every VBLANK? I think this could be achieved by reserving memory for 2 graphics 8 screens, setting up 2 display lists in memory which point to these 2 screens and have them call each other, then activating APAC mode.
Because the Gr. 11 and Gr. 9 lines overlap each other, you get 256 colors without flicker ... then by flipping the screens 60 times a second, the color resolution increases to about 32,767 colors or thereabouts, in theory. You'd still get the blank scan lines in the picture and the resolution would be 80x96. Of course this could also be done with Graphics 15 to increase resolution, with the color resolution decreased to something like 4.096 , with 4-level shading. You could have nice photo quality color resolution with this, almost into Amiga territory when it comes to color palette resolution.
I am going to attempt a test to see if this can be done, but I am wondering: What is the best way to set up screen flipping in Gr. 8? Reserve memory below ramtop for 2 Gr. 8 screens, and then 2 display lists which call each other?















