Use constants for screen width and height.
This commit is contained in:
@@ -28,13 +28,6 @@ _init: ldx #$FF ; Initialize stack pointer to $01FF
|
||||
txs
|
||||
cld ; Clear decimal mode
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; Initialize screen width
|
||||
; TODO: Can initialization be done in a more idiomatic way?
|
||||
; TODO: Create function for changing screen width
|
||||
lda #$18
|
||||
sta SCR_LINELEN
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; Set cc65 argument stack pointer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user