Incorporated feedback for initial pull request.
This commit is contained in:
@@ -17,4 +17,4 @@ SEGMENTS {
|
|||||||
DATA: load = RAM, type = rw;
|
DATA: load = RAM, type = rw;
|
||||||
BSS: load = RAM, type = bss, define = yes;
|
BSS: load = RAM, type = bss, define = yes;
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
|
; Addresses
|
||||||
SCRNBASE := $D000 ; Base of video RAM
|
SCRNBASE := $D000 ; Base of video RAM
|
||||||
VIDEORAMSIZE := $0400 ; Size of C1P video RAM (1 kB)
|
|
||||||
INPUTC := $FD00 ; Input character from keyboard
|
INPUTC := $FD00 ; Input character from keyboard
|
||||||
RESET := $FF00 ; Reset address, show boot prompt
|
RESET := $FF00 ; Reset address, show boot prompt
|
||||||
|
|
||||||
|
; Other definitions
|
||||||
|
VIDEORAMSIZE = $0400 ; Size of C1P video RAM (1 kB)
|
||||||
|
|||||||
Reference in New Issue
Block a user