One more intermediate state - not compilable.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5644 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-04-05 19:55:04 +00:00
parent 10d58204b5
commit 74ee7a44a9
11 changed files with 147 additions and 63 deletions

View File

@@ -44,17 +44,6 @@
/*****************************************************************************/
/* Data */
/*****************************************************************************/
/* The actual CPU instance */
CPUCore* CPU = 0;
/*****************************************************************************/
/* Code */
/*****************************************************************************/
@@ -76,7 +65,7 @@ CPUCore* NewCPUCore (const char* Name, unsigned AddrSpaceSize)
/* Initialize the data */
C->Handle = 0; /* ### */
C->AS = NewAddressSpace (AddrSpaceSize);
C->AddressSize = AddrSpaceSize;
/* Return the new CPU core */
return C;