--- uae/src/serial.c 2018/04/24 17:05:26 1.1.1.7 +++ uae/src/serial.c 2018/04/24 17:18:15 1.1.1.9 @@ -11,7 +11,6 @@ #include "sysconfig.h" #include "sysdeps.h" -#include "config.h" #include "options.h" #include "uae.h" #include "memory.h" @@ -185,7 +184,7 @@ void SERDAT (uae_u16 w) if (currprefs.serial_demand && !dtr) { if (!isbaeh) { - write_log("SERDAT: Baeh.. Your software needs SERIAL_ALWAYS to work properly.\n"); + write_log ("SERDAT: Baeh.. Your software needs SERIAL_ALWAYS to work properly.\n"); isbaeh=1; } return;