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

All aspects of programming on the Commander X16.
Post Reply
rje
Posts: 1263
Joined: Mon Apr 27, 2020 10:00 pm
Location: Dallas Area

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

Post 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.






 
Post Reply