diff --git a/MiSTer.ini b/MiSTer.ini
index fe8af79..58f6196 100644
--- a/MiSTer.ini
+++ b/MiSTer.ini
@@ -120,7 +120,7 @@ sniper_mode=0
; 0 - disable MiSTer logo in Menu core
logo=1
-; Custom shared folder for core supporting this feature (currently minimig only)
+; Custom shared folder for core supporting this feature (currently minimig and ao486 only)
; Can be relative to core's home dir or absolute path.
; Path must exist before core start to use it, or it will fail.
; Make sure USB device is mounted before use shared folder on USB!
diff --git a/MiSTer.vcxproj b/MiSTer.vcxproj
index 61f4136..8661e5e 100644
--- a/MiSTer.vcxproj
+++ b/MiSTer.vcxproj
@@ -95,6 +95,7 @@
+
@@ -156,6 +157,7 @@
+
diff --git a/MiSTer.vcxproj.filters b/MiSTer.vcxproj.filters
index dc907d1..87cf1d5 100644
--- a/MiSTer.vcxproj.filters
+++ b/MiSTer.vcxproj.filters
@@ -199,6 +199,9 @@
Source Files\support
+
+ Source Files
+
@@ -378,5 +381,8 @@
Header Files\support
+
+ Header Files\support
+
\ No newline at end of file
diff --git a/support/x86/x86.cpp b/support/x86/x86.cpp
index 8baaf18..2d63048 100644
--- a/support/x86/x86.cpp
+++ b/support/x86/x86.cpp
@@ -690,6 +690,7 @@ void x86_init()
for(unsigned int i=0; i
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+
+#include