git-svn-id: svn://svn.cc65.org/cc65/trunk@1212 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-04-01 17:42:24 +00:00
parent 7b89ebcecb
commit d17936488c
5 changed files with 164 additions and 8 deletions

View File

@@ -65,6 +65,9 @@ unsigned MemReadZPWord (unsigned char Addr);
* overflow.
*/
void MemInit (void);
/* Initialize the memory subsystem */
/* End of memory.h */