Moved the chiplib module into chip.c

git-svn-id: svn://svn.cc65.org/cc65/trunk@2093 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-04-28 06:19:33 +00:00
parent 8bff858b09
commit 94e6e73089
7 changed files with 156 additions and 306 deletions

View File

@@ -51,7 +51,6 @@
/* sim65 */
#include "chip.h"
#include "chiplib.h"
#include "chippath.h"
#include "config.h"
#include "cpucore.h"
@@ -298,7 +297,6 @@ int main (int argc, char* argv[])
/* Read the config file */
CfgRead ();
/* Initialize the CPU */
CPUInit ();
#if 0
CPURun ();