summaryrefslogtreecommitdiff
path: root/emulators/e-uae/patches/patch-ab
blob: cfc62149985cb8f461e12c892bbaa5e56408280c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)