Use constants for screen width and height.

This commit is contained in:
Stephan Mühlstrasser
2015-02-12 20:54:47 +01:00
parent 5063e0ecca
commit 679f5aa675
7 changed files with 10 additions and 18 deletions

View File

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