summaryrefslogtreecommitdiff
path: root/emulators/uae/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/uae/patches/patch-ab')
-rw-r--r--emulators/uae/patches/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/emulators/uae/patches/patch-ab b/emulators/uae/patches/patch-ab
new file mode 100644
index 00000000000..a9e34a9aa79
--- /dev/null
+++ b/emulators/uae/patches/patch-ab
@@ -0,0 +1,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) */