--- uae/src/od-dos/video/video.c 2018/04/24 16:40:30 1.1.1.1 +++ uae/src/od-dos/video/video.c 2018/04/24 16:42:44 1.1.1.2 @@ -209,6 +209,7 @@ int graphics_init(void) { gfxvidinfo.width = CurrentMode.ModeWidth; gfxvidinfo.height = CurrentMode.ModeHeight; gfxvidinfo.linemem = 0; + gfxvidinfo.emergmem = 0; InitColors(); if ((gfxvidinfo.pixbytes == 1) || NeedDither) @@ -247,16 +248,14 @@ void graphics_leave(void) { currprefs.produce_sound = Original_produce_sound; } -int debuggable(void) { - return(1); -} - -int needmousehack(void) { - return(0); +int debuggable(void) +{ + return 1; } -void write_log(const char *buf) { - printf(buf); +int needmousehack(void) +{ + return 0; } #ifdef PICASSO96