Compare commits

...

3 Commits

Author SHA1 Message Date
Chelsea Wilkinson 48e18aabfa
Merge 1c6baddfe5 into 5a25750f46 2023-10-31 12:18:35 +11:00
Chelsea Wilkinson 1c6baddfe5
Fixed BenEater memory map in README
Fixed a mistake. ACIA and VIA addresses were the wrong way around
2023-10-31 12:18:27 +11:00
Chelsea Wilkinson b5ca8c842c
Added name to copyright 2023-10-30 23:58:02 +11:00
2 changed files with 3 additions and 2 deletions

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

View File

@ -1,6 +1,7 @@
/*
* Copyright (c) 2016 Seth J. Morabito <web@loomcom.com>
* Maik Merten <maikmerten@googlemail.com>
* Chelsea Wilkinson <mail@chelseawilkinson.me>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the