Go to the documentation of this file.
52 # error This module may only be used when compiling for the CBM PET!
64 #define COLOR_BLACK 0x00
65 #define COLOR_WHITE 0x01
68 #define JOY_UP_MASK 0x01
69 #define JOY_DOWN_MASK 0x02
70 #define JOY_LEFT_MASK 0x04
71 #define JOY_RIGHT_MASK 0x08
72 #define JOY_BTN_1_MASK 0x10
76 #define PIA1 (*(volatile struct __pia*)0xE810)
77 #define PIA2 (*(volatile struct __pia*)0xE820)
80 #define VIA (*(volatile struct __6522*)0xE840)
84 #define CRTC (*(volatile struct __6545)0xE880)
88 #define ACIA (*(volatile struct __6551*)0xEFF0)