Working
git-svn-id: svn://svn.cc65.org/cc65/trunk@2092 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user