Working on the plugins
git-svn-id: svn://svn.cc65.org/cc65/trunk@1222 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -44,8 +44,9 @@
|
||||
#include "print.h"
|
||||
#include "version.h"
|
||||
|
||||
/* sim65 */
|
||||
/* sim65 */
|
||||
#include "chip.h"
|
||||
#include "chiplib.h"
|
||||
#include "chippath.h"
|
||||
#include "cpucore.h"
|
||||
#include "cputype.h"
|
||||
@@ -203,7 +204,8 @@ int main (int argc, char* argv[])
|
||||
|
||||
/* Initialize modules */
|
||||
AddChipPath ("chips");
|
||||
LoadChip ("ram.so");
|
||||
LoadChipLibrary ("ram.so");
|
||||
LoadChips ();
|
||||
MemInit ();
|
||||
MemLoad ("uz.bin", 0x200, 0);
|
||||
CPUInit ();
|
||||
|
||||
Reference in New Issue
Block a user