From 83d1392c0fd1bcdddb8b63cc8b2156f9ac7fa80b Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 3 Nov 2023 16:25:11 +0200 Subject: Start copying IBM CGA 8x8 charset, wip memory mapped text memory --- asm/bootstrap.atk16 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'asm/bootstrap.atk16') diff --git a/asm/bootstrap.atk16 b/asm/bootstrap.atk16 index 9f663d1..47f411e 100644 --- a/asm/bootstrap.atk16 +++ b/asm/bootstrap.atk16 @@ -15,8 +15,10 @@ @let terminal_addr 0xE000 @let keyboard_addr 0xE001 @let gr_mode_addr 0xE002 -@let sprite_mem 0xE800 ; note: sprite memory & text memory can use the same space -@let text_mem 0xE800 ; since they are never used at the same time +@let sprite_mem 0xE800 +@let text_mem 0xF800 ; to 0xFFFF +; note: sprite memory & text memory can use the same space +; since they are never used at the same time ; graphics mode settings @let gr_disabled_mode 0b00 -- cgit v1.3