Page 1 of 1

New community dev tool uploaded: PET Upper/Lowercase char file

Posted: Tue Oct 26, 2021 6:21 pm
by rje



PET Upper/Lowercase char file




View File






This is the upper+lowercase non-C64 "PET" or "VIC-20" font. 

In cc65, it can be loaded like so:

cbm_k_setnam("pet-case.bin");



cbm_k_setlfs(0,8,0);



cbm_k_load(2, 0x0f800);

Warning -- changing the case (e.g. cbm_k_bsout(14)) will reset to the default font.