--- uae/src/svga.c 2018/04/24 16:44:51 1.1.1.6 +++ uae/src/svga.c 2018/04/24 16:46:14 1.1.1.7 @@ -21,12 +21,13 @@ #include "threaddep/penguin.h" #include "uae.h" #include "memory.h" -#include "custom.h" -#include "readcpu.h" -#include "newcpu.h" #include "keyboard.h" #include "xwin.h" +#include "custom.h" +#include "drawing.h" #include "keybuf.h" +#include "readcpu.h" +#include "newcpu.h" #include "tui.h" #include "gui.h" #include "picasso96.h" @@ -697,7 +698,7 @@ int graphics_init (void) #endif gfxvidinfo.emergmem = 0; } - + printf ("rowbytes %d\n", gfxvidinfo.rowbytes); init_colors (); buttonstate[0] = buttonstate[1] = buttonstate[2] = 0; for(i = 0; i < 256; i++)