Fix keyboard addresses

august kline 2024-02-09 15:23:34 -05:00
parent 601e39324c
commit dbb5a98e19
1 changed files with 1 additions and 1 deletions

@ -38,7 +38,7 @@ LDA #80 ;Set the register value to 80 for 80 characters per row
STA $4201
```
### keyboard rows $4300, $4301, $4302, $4303, $4304, $4305
### keyboard rows $4400, $4401, $4402, $4403, $4404, $4405
each keyboard row is mapped to a read-only 8-bit register, with each key mapped to a single bit. due to the design of this keyboard, row 5 has 5 unused bits