From 60fecd05591932f15210e4dc26929f9608448b4b Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 18 Sep 2018 09:59:34 +0000 Subject: Test dump of 4-colour tiles to BG3. --- main.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index d16f991..ee627bc 100644 --- a/main.asm +++ b/main.asm @@ -76,16 +76,16 @@ copybg3: inx dey bne loop - X8 + INDEX8 ; Initialise the screen ; lda #$01 sta BGMODE - lda #$1f + lda #$14 sta TM - lda #$44 + lda #$11 sta BG12NBA stz BG34NBA -- cgit v1.2.3