diff --git a/Visual Studio Projects/3B2.vcproj b/Visual Studio Projects/3B2.vcproj
index ee4d0071..ac7ee020 100644
--- a/Visual Studio Projects/3B2.vcproj
+++ b/Visual Studio Projects/3B2.vcproj
@@ -35,9 +35,6 @@
-
@@ -119,9 +116,6 @@
-
diff --git a/makefile b/makefile
index 6a5fd508..64fe80af 100644
--- a/makefile
+++ b/makefile
@@ -1731,7 +1731,7 @@ ATT3B2 = ${ATT3B2D}/3b2_cpu.c ${ATT3B2D}/3b2_mmu.c \
${ATT3B2D}/3b2_id.c ${ATT3B2D}/3b2_dmac.c \
${ATT3B2D}/3b2_sys.c ${ATT3B2D}/3b2_io.c \
${ATT3B2D}/3b2_ports.c ${ATT3B2D}/3b2_ctc.c \
- ${ATT3B2D}/3b2_sysdev.c
+ ${ATT3B2D}/3b2_sysdev.c
ATT3B2_OPT = -I ${ATT3B2D} -DUSE_INT64 -DUSE_ADDR64
#
# Build everything (not the unsupported/incomplete or experimental simulators)