--- uae/src/include/custom.h 2018/04/24 17:00:40 1.1.1.15 +++ uae/src/include/custom.h 2018/04/24 17:13:00 1.1.1.17 @@ -110,6 +110,7 @@ extern unsigned long syncbase; #define DMA_BLITPRI 0x0400 extern unsigned long frametime, timeframes; +extern int plfstrt, plfstop, plffirstline, plflastline; /* 100 words give you 1600 horizontal pixels. Should be more than enough for * superhires. Don't forget to update the definition in genp2c.c as well. @@ -125,7 +126,7 @@ extern uae_u32 lorestab_l[256][2]; /* AGA mode color lookup tables */ extern unsigned int xredcolors[256], xgreencolors[256], xbluecolors[256]; -extern int bploff[8]; +extern int bpl_off[8]; /* get resolution from bplcon0 */ #define GET_RES(CON0) (((CON0) & 0x8000) ? RES_HIRES : ((CON0) & 0x40) ? RES_SUPERHIRES : RES_LORES)