Added a new input layer that manages the different input formats.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5559 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-02-27 16:33:13 +00:00
parent ca624041a9
commit f0a73e253d
5 changed files with 193 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
/* sp65 */
#include "error.h"
#include "pcx.h" /* ### Testing */
#include "input.h"
@@ -153,7 +153,7 @@ int main (int argc, char* argv [])
}
} else {
/* #### Testing */
ReadPCXFile (Arg);
ReadInputFile (Arg, ifAuto);
}
/* Next argument */