X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fpet.h;h=66a3c752bff5aa9df32d9422e5ca0995d2894e42;hb=209954a4a295c7d53e89981c421e6789f124a391;hp=3ad4dd1904058fee474227f4e8631fb2f6d9471b;hpb=5363f9bee3e1e15fa40864b55dbbf759dbaf8752;p=cc65 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) + /*****************************************************************************/