--- uae/src/include/custom.h 2018/04/24 16:51:50 1.1.1.10 +++ uae/src/include/custom.h 2018/04/24 16:55:18 1.1.1.12 @@ -37,6 +37,8 @@ extern uae_u16 intena,intreq; extern int current_hpos (void); extern int vpos; +extern int n_frames; + STATIC_INLINE int dmaen (unsigned int dmamask) { return (dmamask & dmacon) && (dmacon & 0x200); @@ -54,7 +56,6 @@ STATIC_INLINE int dmaen (unsigned int dm #define SPCFLAG_EXEC 1024 #define SPCFLAG_MODE_CHANGE 8192 -extern int dskdmaen; extern uae_u16 adkcon; extern unsigned int joy0dir, joy1dir; @@ -112,3 +113,6 @@ extern uae_u32 lorestab_h[256][4]; extern uae_u32 hirestab_l[256][1]; extern uae_u32 lorestab_l[256][2]; + +/* AGA mode color lookup tables */ +extern unsigned int xredcolors[256], xgreencolors[256], xbluecolors[256];