Mercurial > hg > Members > kono > nitros9-code
comparison defs/systype @ 359:f7384b5a59c8
Added for cc3io for nitros
author | boisy |
---|---|
date | Fri, 26 Jul 2002 01:26:29 +0000 |
parents | 275aa5cf7639 |
children | c07686556109 |
comparison
equal
deleted
inserted
replaced
358:598b3979685c | 359:f7384b5a59c8 |
---|---|
487 G.LastCh rmb 1 last keyboard character (ASCII value) | 487 G.LastCh rmb 1 last keyboard character (ASCII value) |
488 * endc | 488 * endc |
489 G.LKeyCd rmb 1 last keyboard code | 489 G.LKeyCd rmb 1 last keyboard code |
490 G.KyRept rmb 1 key repeat counter | 490 G.KyRept rmb 1 key repeat counter |
491 * A secondary 3 key table (same format as g002D below) | 491 * A secondary 3 key table (same format as g002D below) |
492 G.2Key1 rmb 1 | 492 G.2Key1 rmb 1 $2A |
493 G.2Key2 rmb 1 | 493 G.2Key2 rmb 1 $2B |
494 G.2Key3 rmb 1 | 494 G.2Key3 rmb 1 |
495 * Up to 3 keys can be registerd at once, and they are stored here. If more | 495 * Up to 3 keys can be registerd at once, and they are stored here. If more |
496 * than 3 are hit, the last key is overwritten with the very last key down that | 496 * than 3 are hit, the last key is overwritten with the very last key down that |
497 * was checked. Format for all three is the same as the PIA column/row byte @ | 497 * was checked. Format for all three is the same as the PIA column/row byte @ |
498 * KeyFlag below. | 498 * KeyFlag below. |