diff --git a/Schematics/README.md b/Schematics/README.md index b7c8e34..407a4cc 100644 --- a/Schematics/README.md +++ b/Schematics/README.md @@ -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 | \ No newline at end of file +| ROM | 0x8000-0xffff | 0x8000-0xffff |