PET Upper/Lowercase char file

These files might not work on the most current version of the Commander X16, or these may be held over from the previous forum. To find previous versions of the emulator, so you can test old programs, please visit Our GitHub Page
Post Reply
rje
Posts: 1263
Joined: Mon Apr 27, 2020 10:00 pm
Location: Dallas Area

PET Upper/Lowercase char file

Post by rje »


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.


Attachments
PET Upper/Lowercase char file
PET Upper/Lowercase char file
Screen Shot 2021-10-26 at 1.22.17 PM.png (17.7 KiB) Viewed 419 times
PET-CASE.BIN
PET Upper/Lowercase char file
(2 KiB) Downloaded 98 times
Post Reply