diff options
| author | Ian C <ianc@noddybox.co.uk> | 2018-09-18 09:59:34 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2018-09-18 09:59:34 +0000 |
| commit | 60fecd05591932f15210e4dc26929f9608448b4b (patch) | |
| tree | 319bbbbd1e867eeab35f9a0c6023b9529ef4d135 /main.asm | |
| parent | f196ff1a43ce03decad5c693eb82992dde7c3dd0 (diff) | |
Test dump of 4-colour tiles to BG3.
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
