]> git.sur5r.net Git - cc65/commit
Added a C header that translates from the source file's encoding to PetSCII.
authorGreg King <gregdk@users.sf.net>
Mon, 11 Mar 2019 12:59:30 +0000 (08:59 -0400)
committerGreg King <gregdk@users.sf.net>
Mon, 11 Mar 2019 13:00:49 +0000 (09:00 -0400)
commit2617e9a3c03d3fed8e28aca2f4022c369544c404
treed4dba880b1d1c00840d590342fed7a6064862d75
parentfc7e79d2ccdfb10244ebfac129213c5f753f365d
Added a C header that translates from the source file's encoding to PetSCII.

It can be used to undo what "cbm_screen_charmap.h" does.  Together, those headers let you mix screen-code and PetSCII string and character literals in a C source file's Assembly output.
include/cbm_petscii_charmap.h [new file with mode: 0644]