summaryrefslogtreecommitdiff
path: root/emulators/e-uae/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/e-uae/patches/patch-ab')
-rw-r--r--emulators/e-uae/patches/patch-ab21
1 files changed, 21 insertions, 0 deletions
diff --git a/emulators/e-uae/patches/patch-ab b/emulators/e-uae/patches/patch-ab
new file mode 100644
index 00000000000..cfc62149985
--- /dev/null
+++ b/emulators/e-uae/patches/patch-ab
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.1.1.1 2006/01/24 20:21:46 adam Exp $
+
+--- src/disk.c.orig 2005-07-08 07:44:16.000000000 +0200
++++ src/disk.c
+@@ -2569,6 +2569,8 @@ void DSKLEN (uae_u16 v, unsigned int hpo
+ for (dr = 0; dr < MAX_FLOPPY_DRIVES; dr++)
+ update_drive_gui (dr);
+
++ /* The following fails with some versions of Kickstart. Disable it. */
++#if 0
+ /* Try to make floppy access from Kickstart faster. */
+ if (dskdmaen != 2 && dskdmaen != 3)
+ return;
+@@ -2639,6 +2641,7 @@ void DSKLEN (uae_u16 v, unsigned int hpo
+ return;
+ }
+ }
++#endif
+ }
+
+ void DSKSYNC (unsigned int hpos, uae_u16 v)