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

@@ -6,7 +6,7 @@
/* */
/* */
/* */
/* (C) 1998-2001 Ullrich von Bassewitz */
/* (C) 1998-2002 Ullrich von Bassewitz */
/* Wacholderweg 14 */
/* D-70597 Stuttgart */
/* EMail: uz@musoftware.de */
@@ -78,8 +78,8 @@
/* Define hardware */
#include <_vic.h>
#define VIC (*(struct __vic*)0xD000)
#include <_vic2.h>
#define VIC (*(struct __vic2*)0xD000)
#include <_sid.h>
#define SID (*(struct __sid*)0xD400)
@@ -97,6 +97,6 @@
/* End of c64.h */
#endif