Merge pull request #1813 from IrgendwerA8/CharmapFixDocUpdate
Updated documentation while char-mapping is fixed.
This commit is contained in:
@@ -442,19 +442,7 @@ package delivers the same feature.</em>
|
|||||||
You can switch back to the ATASCII mapping by including
|
You can switch back to the ATASCII mapping by including
|
||||||
"<tt/atari_atascii_charmap.h/".
|
"<tt/atari_atascii_charmap.h/".
|
||||||
|
|
||||||
A final note: Since cc65 has currently some difficulties with string merging
|
Example:
|
||||||
under different mappings, defining remapped strings works only flawlessly
|
|
||||||
with static array initialization:
|
|
||||||
|
|
||||||
<tscreen><verb>
|
|
||||||
#include <atari_screen_charmap.h>
|
|
||||||
char pcScreenMappingString[] = "Hello Atari!";
|
|
||||||
|
|
||||||
#include <atari_atascii_charmap.h>
|
|
||||||
char pcAtasciiMappingString[] = "Hello Atari!";
|
|
||||||
</verb></tscreen>
|
|
||||||
|
|
||||||
delivers correct results, while
|
|
||||||
|
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
#include <atari_screen_charmap.h>
|
#include <atari_screen_charmap.h>
|
||||||
@@ -464,8 +452,6 @@ char* pcScreenMappingString = "Hello Atari!";
|
|||||||
char* pcAtasciiMappingString = "Hello Atari!";
|
char* pcAtasciiMappingString = "Hello Atari!";
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
does not.
|
|
||||||
|
|
||||||
<sect1>Keyboard codes<p>
|
<sect1>Keyboard codes<p>
|
||||||
|
|
||||||
For direct keyboard scanning in conjunction with e.g. the OS location "CH" (764/$2FC),
|
For direct keyboard scanning in conjunction with e.g. the OS location "CH" (764/$2FC),
|
||||||
|
|||||||
Reference in New Issue
Block a user