git-svn-id: svn://svn.cc65.org/cc65/trunk@1234 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-04-08 20:05:05 +00:00
parent 3f503a78e5
commit 8701a2c8d5
4 changed files with 147 additions and 2 deletions

View File

@@ -48,6 +48,7 @@
#include "chip.h"
#include "chiplib.h"
#include "chippath.h"
#include "config.h"
#include "cpucore.h"
#include "cputype.h"
#include "error.h"
@@ -154,7 +155,7 @@ static void OptVersion (const char* Opt attribute ((unused)),
/* Print the assembler version */
{
fprintf (stderr,
"sim65 V%u.%u.%u\n",
"sim65 V%u.%u.%u\n",
VER_MAJOR, VER_MINOR, VER_PATCH);
}
@@ -244,7 +245,7 @@ int main (int argc, char* argv[])
}
/* Read the config file */
// CfgRead ();
CfgRead ();
/* Initialize modules */
AddChipPath ("chips");