--- uae/src/include/custom.h 2018/04/24 16:42:34 1.1.1.4 +++ uae/src/include/custom.h 2018/04/24 16:46:32 1.1.1.6 @@ -6,16 +6,16 @@ * (c) 1995 Bernd Schmidt */ -extern void custom_init(void); -extern void customreset(void); -extern int intlev(void); -extern void dumpcustom(void); +extern void custom_init (void); +extern void customreset (void); +extern int intlev (void); +extern void dumpcustom (void); -extern void do_disk(void); +extern void do_disk (void); extern void notice_new_xcolors (void); extern void notice_screen_contents_lost (void); -extern void init_row_map(void); +extern void init_row_map (void); extern int picasso_requested_on; extern int picasso_on; @@ -80,7 +80,7 @@ extern uae_u16 INTREQR (void); extern unsigned long frametime, timeframes; /* 50 words give you 800 horizontal pixels. An A500 can't do that, so it ought - * to be enough. */ + * to be enough. Don't forget to update the definition in genp2c.c as well. */ #define MAX_WORDS_PER_LINE 50 extern uae_u32 hirestab_h[256][2];