]> git.sur5r.net Git - cc65/commitdiff
Incorporated feedback for initial pull request.
authorStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Wed, 11 Feb 2015 18:18:24 +0000 (19:18 +0100)
committerStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Wed, 11 Feb 2015 18:21:17 +0000 (19:21 +0100)
cfg/osic1p-asm.cfg
libsrc/osic1p/osic1p.inc

index 57689b96d1e38cf7dbfc5cd3997c7dc30846690f..d37f17f88cdcb5d52110ac40472d6f27f746847c 100644 (file)
@@ -17,4 +17,4 @@ SEGMENTS {
     DATA:     load = RAM, type = rw;
     BSS:      load = RAM, type = bss, define = yes;
     ZEROPAGE: load = ZP,  type = zp;
-}
\ No newline at end of file
+}
index 62178822b7d7f231ada61c7131375878aef1a5bb..e364277e0d34281c7d80ef80f3ab8a471ce858f5 100644 (file)
@@ -1,5 +1,7 @@
-\r
+; Addresses\r
 SCRNBASE        := $D000    ; Base of video RAM\r
-VIDEORAMSIZE    := $0400    ; Size of C1P video RAM (1 kB)\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