The PET/VIC20 font is similar to the C64 font, but characters are 1 pixel wide and I think it looks great, particularly on a sharp modern display
I tried building a game in Ozmoo using the "chargen-901460-03.bin" file, but it's larger than the required font and didn't work properly (upper case characters were wrongly mapped and lower case characters appeared as upper case). I then cheated by asking chatgpt to to change the format of the file to match the PXLfont-rf.fnt and surprisingly that worked:
Would it be possible to do any of the following:
- support the "chargen-901460-03.bin" directly
- include a working PET/VIC20 font in the repo
- add support for uploading font files in Ozmoo online
The PET/VIC20 font is similar to the C64 font, but characters are 1 pixel wide and I think it looks great, particularly on a sharp modern display
I tried building a game in Ozmoo using the "chargen-901460-03.bin" file, but it's larger than the required font and didn't work properly (upper case characters were wrongly mapped and lower case characters appeared as upper case). I then cheated by asking chatgpt to to change the format of the file to match the PXLfont-rf.fnt and surprisingly that worked:
Would it be possible to do any of the following: