summaryrefslogtreecommitdiff
path: root/emulators/uae/patches/patch-ab
blob: a9e34a9aa79bde2ef7a16ef46717cdaef9bda99e (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.3 2001/05/31 21:38:52 kristerw Exp $
--- src/disk.c.bak	Mon Feb 19 21:59:10 2001
+++ src/disk.c	Thu May 31 21:32:05 2001
@@ -1037,6 +1037,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;
@@ -1076,6 +1078,7 @@
 	    }
 	}
     }
+#endif
 }
 
 /* this unoptimized code should be enough (DSKBYTR and DSKDATR are used very rarely) */