The Resolution ][ pixel rendering routines are too slow. The pixel rendering algorithms can be further optimized to draw pixels faster even when running on a 1MHz Apple ][ machine.
Implemented new pixel drawing routines. Instead of performing color calculations directly, the color pixel drawing routine uses a table of color values and masks. The monochrome pixel drawing routine uses a table of monochrome masks and also supports toggling pixels using XOR.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Implemented new pixel drawing routines. Instead of performing color calculations directly, the color pixel drawing routine uses a table of color values and masks. The monochrome pixel drawing routine uses a table of monochrome masks and also supports toggling pixels using XOR.