1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-20 10:29:33 +00:00

Compare commits

..

No commits in common. "1c6baddfe5ed99485fbc72ef774428de1153030a" and "e13a32cd69eb02ab6e567bb140b0e9c6c64417be" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -1,7 +1,6 @@
/*
* 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