git-svn-id: svn://svn.cc65.org/cc65/trunk@2092 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-04-27 15:31:00 +00:00
parent 251547f028
commit 8bff858b09
6 changed files with 293 additions and 239 deletions

View File

@@ -292,10 +292,13 @@ int main (int argc, char* argv[])
Error ("Simulator configuration missing");
}
/* Initialize the simulated CPU memory */
MemInit ();
/* Read the config file */
CfgRead ();
MemInit ();
/* Initialize the CPU */
CPUInit ();
#if 0
CPURun ();