summaryrefslogtreecommitdiff
path: root/emulators/uae/patches/patch-ab
blob: 18410c21d21183e936dbf52432e076b8f21733a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ab,v 1.4 2001/08/01 20:44:04 kristerw Exp $
--- src/disk.c.bak	Sat Jul 28 15:44:50 2001
+++ src/disk.c	Wed Aug  1 22:24:13 2001
@@ -1152,6 +1152,8 @@
        also it seems some copy protections require this fix */
     DISK_start ();
 
+    /* The following fails with some versions of Kickstart. Disable it. */
+#if 0
     /* Try to make floppy access from Kickstart faster.  */
     if (dskdmaen != 2)
 	return;
@@ -1196,6 +1198,7 @@
 	    }
 	}
     }
+#endif
 }
 
 /* this is very unoptimized. DSKBYTR is used very rarely, so it should not matter. */