Add support for double hi-res graphics. This presents a few challenges:
- Color is 140x192, monochrome is 560x192. We need to use 560x384 and treat pixels as 4x2 when in color mode.
- Showing color pixels as solid colors isn't quite right. The output on an Apple IIgs RGB monitor looks very different, and the output on an Apple //e looks even more different. We may need a way to toggle the display to show a closer approximation.
- We need a new set of dither patterns. For consistency, the palette from the 1984 release of The Graphics Magician is the best candidate.
- Copying & pasting between screens of different types requires a conversion step.
Add support for double hi-res graphics. This presents a few challenges: