cbm_write() added

changed/added some comments
all cbm_* IO functions are using _oserror now


git-svn-id: svn://svn.cc65.org/cc65/trunk@682 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
mrintsch
2001-03-30 18:18:40 +00:00
parent 2d77e8b35f
commit b2e0ed603e
9 changed files with 88 additions and 37 deletions

View File

@@ -11,7 +11,7 @@
%.o: %.s
@$(AS) -g -o $@ $(AFLAGS) $<
C_OBJS = cbm_load.o cbm_save.o cbm_open.o cbm_read.o
C_OBJS = cbm_load.o cbm_save.o cbm_open.o cbm_read.o cbm_write.o
S_OBJS = ctype.o getenv.o gotoxy.o gotox.o gotoy.o where.o\
clock.o chline.o cvline.o cclear.o revers.o\