Rename c1p target to osic1p

This commit is contained in:
Stephan Mühlstrasser
2015-02-03 22:42:35 +01:00
parent 19b3c1b32b
commit 14c7e9fd16
28 changed files with 18 additions and 112 deletions

View File

@@ -20,11 +20,11 @@ TARGETS = apple2 \
atarixl \
atari5200 \
atmos \
c1p \
$(CBMS) \
$(GEOS) \
lynx \
nes \
osic1p \
sim6502 \
sim65c02 \
supervision

View File

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

View File

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

View File

@@ -9,7 +9,7 @@
.export newline, plot
.import popa, _gotoxy
.include "c1p.inc"
.include "osic1p.inc"
.include "extzp.inc"
_cputcxy:

View File

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