CARD: Fix translation error in 026 cards.
This commit is contained in:
parent
ab27a53014
commit
bc01220e06
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ static const uint16 ascii_to_hol_026[128] = {
|
||||||
0xC04, 0xC02, 0xC01, 0x680, 0x640, 0x620, 0x610, 0x608,
|
0xC04, 0xC02, 0xC01, 0x680, 0x640, 0x620, 0x610, 0x608,
|
||||||
/* x y z { | } ~ del */
|
/* x y z { | } ~ del */
|
||||||
/* T79 Y78 Y79 79 */
|
/* T79 Y78 Y79 79 */
|
||||||
0x604, 0x602, 0x601, 0x406, 0x806, 0x006, 0x005, 0xf000
|
0x604, 0x602, 0x601, 0x406, 0x806, 0x805, 0x005, 0xf000
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Set for Burrough codes */
|
/* Set for Burrough codes */
|
||||||
|
|
Loading…
Add table
Reference in a new issue