Internal/screen character mapping: Supressed warnings for re-map and added documentation.

This commit is contained in:
IrgendwerA8
2016-08-27 22:02:08 +02:00
parent 024f66a84f
commit d65f587f69
2 changed files with 59 additions and 1 deletions

View File

@@ -30,7 +30,10 @@
/* No include guard here! Multiple use in one file may be intentional. */
#pragma warn (remap-zero, push, off)
#pragma charmap (0x00, 0x40)
#pragma warn (remap-zero, pop)
#pragma charmap (0x01, 0x41)
#pragma charmap (0x02, 0x42)
#pragma charmap (0x03, 0x43)
@@ -64,7 +67,10 @@
#pragma charmap (0x1E, 0x5E)
#pragma charmap (0x1F, 0x5F)
#pragma charmap (0x20, 0x00)
#pragma warn (remap-zero, push, off)
#pragma charmap (0x20, 0x00)
#pragma warn (remap-zero, pop)
#pragma charmap (0x21, 0x01)
#pragma charmap (0x22, 0x02)
#pragma charmap (0x23, 0x03)