From 2c4130899c10909113648ade7f2628d634c511f1 Mon Sep 17 00:00:00 2001 From: giomba Date: Mon, 12 Apr 2021 23:31:21 +0200 Subject: [PATCH] updated memory map with new sid --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35d5689..2de9af8 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,9 @@ Address | PRG | Description ```$0002 - $00FF``` | no | zero page pointers ```$0100 - $01FF``` | no | stack page ```$0200 - $07FF``` | no | *free ram* -```$1000 - $1FFF``` | yes | SID tune -```$2000 - $27FF``` | yes | custom char +```$1000 - $1FFF``` | yes | SID tune, may overlap charset +```$2000 - $23FF``` | yes | custom char, unused, allow SID overlap +```$2400 - $27FF``` | yes | custom char (actual) ```$2800 - $xxxx``` | yes | Program segment (only needed part used) ```$xxxx - $CCFF``` | no | *free ram* ```$CD00 - $CDFF``` | no | data segment (not-initialized vars)