From a364b10a51cc8125f1e344026bff322a0cb3b7d0 Mon Sep 17 00:00:00 2001 From: tiseno100 <58827426+tiseno100@users.noreply.github.com> Date: Mon, 14 Sep 2020 13:20:19 +0300 Subject: [PATCH] Disabled logging once again -_- --- src/chipset/intel_82335.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/chipset/intel_82335.c b/src/chipset/intel_82335.c index cabdadcd2..b0fe93b4c 100644 --- a/src/chipset/intel_82335.c +++ b/src/chipset/intel_82335.c @@ -31,8 +31,6 @@ #include <86box/port_92.h> #include <86box/chipset.h> -#define ENABLE_INTEL_82335_LOG 1 - /* Shadow capabilities */ #define DISABLED_SHADOW (MEM_READ_EXTANY | MEM_WRITE_EXTANY) #define ENABLED_SHADOW ((LOCK_STATUS) ? RO_SHADOW : RW_SHADOW)