Use decimal for lcd size initialization
This commit is contained in:
parent
b051c913e9
commit
40cf719068
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ not_dma:
|
|||
; Removing this segment gives only a warning.
|
||||
.segment "FFEA"
|
||||
.proc reset32kcode
|
||||
lda #$A0
|
||||
lda #160
|
||||
sta lcd_width
|
||||
sta lcd_height
|
||||
lda #(6<<5) | SV_LCD_ON | SV_NMI_ENABLE_ON
|
||||
|
|
Loading…
Add table
Reference in a new issue