Adapted the file i/o module from od65.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5551 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-02-25 20:51:16 +00:00
parent 364eb07a59
commit eb4001a52f
3 changed files with 209 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ LDFLAGS =
OBJS = bitmap.o \
error.o \
fileio.o \
main.o \
palette.o