Fix keyboard addresses
							parent
							
								
									601e39324c
								
							
						
					
					
						commit
						dbb5a98e19
					
				| 
						 | 
					@ -38,7 +38,7 @@ LDA #80 ;Set the register value to 80 for 80 characters per row
 | 
				
			||||||
STA $4201
 | 
					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
 | 
					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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue