Working
git-svn-id: svn://svn.cc65.org/cc65/trunk@1240 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -244,17 +244,19 @@ int main (int argc, char* argv[])
|
||||
Error ("Simulator configuration missing");
|
||||
}
|
||||
|
||||
/* Read the config file */
|
||||
CfgRead ();
|
||||
|
||||
/* Initialize modules */
|
||||
/* Load the chips */
|
||||
AddChipPath ("chips");
|
||||
LoadChipLibrary ("ram.so");
|
||||
LoadChips ();
|
||||
|
||||
/* Read the config file */
|
||||
CfgRead ();
|
||||
|
||||
MemInit ();
|
||||
MemLoad ("uz.bin", 0x200, 0);
|
||||
CPUInit ();
|
||||
#if 0
|
||||
CPURun ();
|
||||
#endif
|
||||
|
||||
/* Return an apropriate exit code */
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user