From 91b9cf9072f3baf534d86a878f1113063dc58023 Mon Sep 17 00:00:00 2001 From: THEON-1 Date: Mon, 20 Oct 2025 17:22:45 +0200 Subject: [PATCH] finished color video memory layout --- notes/color-video.md | 2 +- notes/memory-layout.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/notes/color-video.md b/notes/color-video.md index a119901..987ff59 100644 --- a/notes/color-video.md +++ b/notes/color-video.md @@ -1,5 +1,5 @@ # Color Video - 307 200/0x4 B000 Bytes needed -- 9\*32K RAM chips (AS7C256C-15PCN) +- 10\*32K RAM chips (AS7C256C-15PCN) - consider: memory needs to be duplicate - TR9C1710 diff --git a/notes/memory-layout.md b/notes/memory-layout.md index 5b259b4..1792428 100644 --- a/notes/memory-layout.md +++ b/notes/memory-layout.md @@ -23,8 +23,8 @@ | 0x0000 | 0x4AFF | VRAM | | 0x6000 | 0x7FFF | character memory | -# Color Video -| start | end | use | -| :----- | :----- | :--------------- | -| 0x0000 | 0x4AFF | VRAM | -| 0x6000 | 0x7FFF | character memory | +# Color Video (0x10-0x19) +| start | end | use | bank | +| :----- | :----- | :--- | :-------- | +| 0x0000 | 0x7FFF | VRAM | 0x10-0x18 | +| 0x0000 | 0x3FFF | VRAM | 0x19 |