Working on the plugin interface

git-svn-id: svn://svn.cc65.org/cc65/trunk@1220 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-04-06 22:11:09 +00:00
parent 438c8499e6
commit 9abe1e62e7
9 changed files with 641 additions and 29 deletions

View File

@@ -199,14 +199,11 @@ int main (int argc, char* argv[])
++I;
}
/* Did we have a file spec on the command line? */
if (InputFile == 0) {
AbEnd ("No input files");
}
/* Initialize modules */
MemInit ();
MemLoad ("uz.bin", 0x200, 0);
CPUInit ();
CPURun ();
/* Return an apropriate exit code */
return EXIT_SUCCESS;