1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-25 03:30:16 +00:00

Fixed BenEater memory map in README

Fixed a mistake. ACIA and VIA addresses were the wrong way around
This commit is contained in:
Chelsea Wilkinson 2023-10-31 12:18:27 +11:00 committed by GitHub
parent b5ca8c842c
commit 1c6baddfe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,8 +67,8 @@ memory.
#### 3.1.4 BenEater Memory Map
- `$0000`--`$3FFF`: 16KB RAM
- `$6000`--`$600F`: MOS 6551 ACIA (Serial Console)
- `$5000`--`$5003`: 6522 VIA
- `$5000`--`$5003`: MOS 6551 ACIA (Serial Console)
- `$6000`--`$600F`: 6522 VIA
- `$8000`--`$FFFF`: 16KB ROM
### 3.2 Serial Console and CPU Status