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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user