--- uae/src/include/custom.h 2018/04/24 16:57:12 1.1.1.13 +++ uae/src/include/custom.h 2018/04/24 16:58:52 1.1.1.14 @@ -104,9 +104,10 @@ extern unsigned long syncbase; extern unsigned long frametime, timeframes; -/* 50 words give you 800 horizontal pixels. An A500 can't do that, so it ought - * to be enough. Don't forget to update the definition in genp2c.c as well. */ -#define MAX_WORDS_PER_LINE 50 +/* 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. + * needs to be larger for superhires support */ +#define MAX_WORDS_PER_LINE 100 extern uae_u32 hirestab_h[256][2]; extern uae_u32 lorestab_h[256][4];