changed memory layout, ram needs to be where the stack will be

This commit is contained in:
2025-10-23 22:15:02 +02:00
parent ff042a6a6d
commit c37d0a68ad
2 changed files with 15 additions and 12 deletions

View File

@@ -8,6 +8,7 @@
- split in half
- each half into page (0x0000 - 0x4AFF)
- map character memory into top (0x6000 - 0x7FFF)
- offset of 0x6000 into memory bus -> (0x6000 - 0xAAFF), (0xC000 - 0xDFFF)
## Design
- derive CS from bank register, leave LSB free -> wire to MSB of VRAM address