Closed ytmytm closed 3 years ago
font understanding https://www.lyonlabs.org/commodore/onrequest/geos/geos-fonts.html
Can't use $a000-$bf40 space for code, a lot of apps will write directly to the bitmap, even BSW flagship programs (geoPaint, geoWrite, geoFont) don't respect the rules. Basically GEOS128-compatible apps should be safe, but they must support both GEOS64 and 128 mode
GFX routines should work faster with BeamRacer. Replacing rectangle/hline/vline/point/putstring routines like VDC versions should be enough
code can be larger and spill into $a000-$bf40 in C64 RAM, this space is freeFix issue #1 before this to make display list persistent