From: cuz Date: Sun, 17 Jul 2005 09:59:18 +0000 (+0000) Subject: Added 40xx and SuperPET chips X-Git-Tag: V2.12.0~316 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cde729b636915b4f76e41ca28656872d7efd3317;p=cc65 Added 40xx and SuperPET chips git-svn-id: svn://svn.cc65.org/cc65/trunk@3527 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/pet.h b/include/pet.h index 3ad4dd190..66a3c752b 100644 --- a/include/pet.h +++ b/include/pet.h @@ -63,6 +63,14 @@ #include <_6522.h> #define VIA (*(struct __6522*)0xE840) +/* All models from 40xx and above */ +#include <_6545.h> +#define CRTC (*(struct __6545)0xE880) + +/* SuperPET only */ +#include <_6551.h> +#define ACIA (*(struct __6551*)0xEFF0) + /*****************************************************************************/