Data |
Prev: 845D | Up: Map | Next: 846E |
Used by the routine at 870E. In each pair of bytes here, bits 0-4 of the first byte correspond to keys 1-2-3-4-5, and bits 0-4 of the second byte correspond to keys 0-9-8-7-6; among those bits, a zero indicates a key being pressed.
|
||||
845E | DEFB %00011111,%00011111 | (no keys pressed) | ||
8460 | DEFB %00011111,%00001111 | 6 | ||
8462 | DEFB %00011111,%00011110 | 0 | ||
8464 | DEFB %00011011,%00011111 | 3 | ||
8466 | DEFB %00011110,%00011111 | 1 | ||
8468 | DEFB %00011111,%00010111 | 7 | ||
846A | DEFB %00011111,%00001111 | 6 | ||
846C | DEFB %00011111,%00011101 | 9 |
Prev: 845D | Up: Map | Next: 846E |