mirror of
https://github.com/cc65/cc65.git
synced 2025-03-03 09:32:33 +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.
|
; Removing this segment gives only a warning.
|
||||||
.segment "FFEA"
|
.segment "FFEA"
|
||||||
.proc reset32kcode
|
.proc reset32kcode
|
||||||
lda #$A0
|
lda #160
|
||||||
sta lcd_width
|
sta lcd_width
|
||||||
sta lcd_height
|
sta lcd_height
|
||||||
lda #(6<<5) | SV_LCD_ON | SV_NMI_ENABLE_ON
|
lda #(6<<5) | SV_LCD_ON | SV_NMI_ENABLE_ON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user