7 minutes ago, Ed Minchau said:
There's something else that might speed things up for you on the programming side: you can write assembly language code that writes assembly language code. Lots of what you're writing is just various LDA VERA_DAT_1 and STA VERA_DAT_0 in various combinations. You could pick some vertical scale to display, say 152 pixels, and have an assembly language routine generate all of those height scale subroutines for you automatically.
Yes. I do that now. I generate 512 routines for 512 possible heights. See my previous posts about it.