--- previous/src/debug/log.c 2018/04/24 19:25:49 1.1.1.2 +++ previous/src/debug/log.c 2018/04/24 19:28:02 1.1.1.3 @@ -324,15 +324,7 @@ const char* Log_SetTraceOptions (const c cur = sep; } - - /* Enable Hatari flags needed for tracing selected items. - * - * Doesn't enable bBiosInterception for X/Bios because - * that implies other things in addition to tracing. - */ - if (LogTraceFlags & (TRACE_OS_AES|TRACE_OS_VDI)) -// bVdiAesIntercept = true; - + //fprintf(stderr, "trace parse <%x>\n", LogTraceFlags); free (OptionsCopy);