1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-15 06:27:36 +00:00

Use decimal for lcd size initialization

This commit is contained in:
Fabrizio Caruso
2019-10-06 20:30:30 +02:00
committed by Oliver Schmidt
parent b051c913e9
commit 40cf719068

View File

@@ -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