mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Use decimal for lcd size initialization
This commit is contained in:
parent
b051c913e9
commit
40cf719068
@ -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…
x
Reference in New Issue
Block a user