Rename c1p target to osic1p
This commit is contained in:
@@ -20,11 +20,11 @@ TARGETS = apple2 \
|
||||
atarixl \
|
||||
atari5200 \
|
||||
atmos \
|
||||
c1p \
|
||||
$(CBMS) \
|
||||
$(GEOS) \
|
||||
lynx \
|
||||
nes \
|
||||
osic1p \
|
||||
sim6502 \
|
||||
sim65c02 \
|
||||
supervision
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
.export _cgetc
|
||||
.import cursor
|
||||
|
||||
.include "c1p.inc"
|
||||
.include "osic1p.inc"
|
||||
.include "extzp.inc"
|
||||
|
||||
; Input routine from 65V PROM MONITOR, show cursor if enabled
|
||||
@@ -4,7 +4,7 @@
|
||||
.export _clrscr
|
||||
.import plot
|
||||
.importzp CURS_X, CURS_Y
|
||||
.include "c1p.inc"
|
||||
.include "osic1p.inc"
|
||||
|
||||
; Adapted from the Challenger Character Graphics
|
||||
; Reference Manual, "2.3.3 MACHINE LANGUAGE SCREEN CLEAR"
|
||||
@@ -9,7 +9,7 @@
|
||||
.export newline, plot
|
||||
.import popa, _gotoxy
|
||||
|
||||
.include "c1p.inc"
|
||||
.include "osic1p.inc"
|
||||
.include "extzp.inc"
|
||||
|
||||
_cputcxy:
|
||||
@@ -18,4 +18,4 @@ SCR_LINELEN: .byte 24
|
||||
SCREEN_PTR: .res 2
|
||||
|
||||
; size 6
|
||||
; Adjust size of this segment in c1p.cfg if the size changes
|
||||
; Adjust size of this segment in osic1p.cfg if the size changes
|
||||
Reference in New Issue
Block a user