Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
20Koen02 authored Feb 17, 2021
1 parent 86396b1 commit d3ef5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Schematics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ but given the simplicity of the project it should not be a problem - and he is a
I wanted more with my build. I wanted to test my understanding of how address decoding works.
My build provides 24K RAM, 4K VIA shadow, 4K ACIA shadow and 32K ROM.

![Address Compare Image](../blob/main/Schematics/address-compare.png?raw=true)
![Address Compare Image](./address-compare.png?raw=true)

| Segment | BE6502 | KW6502 |
|---------|---------------|---------------|
| RAM | 0x0000-0x3fff | 0x0000-0x5fff |
| ACIA | | 0x6000 |
| VIA | 0x6000 | 0x7000 |
| ROM | 0x8000-0xffff | 0x8000-0xffff |
| ROM | 0x8000-0xffff | 0x8000-0xffff |

0 comments on commit d3ef5b2

Please sign in to comment.