|
|
| version 1.1, 2004/08/01 05:31:29 | version 1.2, 2004/08/17 17:01:28 |
|---|---|
| Line 59 UINT keystat_getflag(void) { | Line 59 UINT keystat_getflag(void) { |
| kf = keyflag[keystat.lastkey]; | kf = keyflag[keystat.lastkey]; |
| ks |= (kf & 0x80); // function | ks |= (kf & 0x80); // function |
| if (ks & 0x04) { // kana | if (ks & 0x04) { // kana |
| if (ks & 0x02) { // shift | if (!(ks & 0x02)) { // shift |
| tbl = 4; | tbl = 4; |
| } | } |
| else { | else { |