Moved _vic.h to _vic2.h. Renamed __vic to __vic2.

Added a new file _vic.h for the VIC (1) used in the VIC20.
Added the VIC chip to vic20.h.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1492 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-05 20:33:50 +00:00
parent 511b3b45f2
commit 786b3a7fe8
6 changed files with 136 additions and 63 deletions

View File

@@ -77,6 +77,12 @@
/* Define hardware */
#include <_vic.h>
#define VIC (*(struct __vic*)0x9000)
/* Define special memory areas */
#define COLOR_RAM ((unsigned char*)0x9600)