]> git.sur5r.net Git - cc65/blobdiff - libsrc/osic1p/osic1p.inc
Incorporated another round of feedback for pull request.
[cc65] / libsrc / osic1p / osic1p.inc
index 58d63632f88a51f8fd923367249c3c88deef0208..9a0c346b6756c013196074d652069f68d89d53a6 100644 (file)
@@ -1,9 +1,9 @@
 ; Addresses\r
-SCRNBASE        := $D000    ; Base of video RAM\r
-INPUTC          := $FD00    ; Input character from keyboard\r
-RESET           := $FF00    ; Reset address, show boot prompt\r
+SCRNBASE        := $D000        ; Base of video RAM\r
+INPUTC          := $FD00        ; Input character from keyboard\r
+RESET           := $FF00        ; Reset address, show boot prompt\r
 \r
 ; Other definitions\r
-VIDEORAMSIZE    = $0400     ; Size of C1P video RAM (1 kB)\r
-SCR_LINELEN     = $18       ; screen width - 1\r
-SCR_HEIGHT      = $18       ; screen height - 1\r
+VIDEORAMSIZE    = $0400         ; Size of C1P video RAM (1 kB)\r
+SCR_LINELEN     = $18           ; screen width - 1\r
+SCR_HEIGHT      = $18           ; screen height - 1\r