summaryrefslogtreecommitdiff
path: root/emulators/uae/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2000-08-26 19:25:38 +0000
committerkristerw <kristerw@pkgsrc.org>2000-08-26 19:25:38 +0000
commiteae335e8e130bf90575256be3202311aace43614 (patch)
treebe8a0a8969e906faf62711bfd4a19a61a92a7293 /emulators/uae/patches
parent1bf5934191dede4cec592e577d8a72b2ae442004 (diff)
downloadpkgsrc-eae335e8e130bf90575256be3202311aace43614.tar.gz
Updated UAE to version 0.8.14.
User-visible changes in 0.8.14: - More bug fixes: * CPU emulation problem that could have caused copy protection schemes to malfunction has been fixed. * Some AGA problems fixed (one of them visible in ECS modes). * UAE should work again on non-x86 systems. - By default the emulator will try to approximate an A500 in CPU speed. This setting existed before, but it's a bit more accurate now and on by default. - There is a new option to control the number of emulated disk drives. - Software autofire for the keyboard joystick replacements
Diffstat (limited to 'emulators/uae/patches')
-rw-r--r--emulators/uae/patches/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/uae/patches/patch-aa b/emulators/uae/patches/patch-aa
deleted file mode 100644
index be8ae26dd5b..00000000000
--- a/emulators/uae/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/newcpu.c.orig Fri Jul 28 19:09:30 2000
-+++ src/newcpu.c Fri Jul 28 19:10:03 2000
-@@ -1323,7 +1323,7 @@
- : : "r" (func) : "%eax", "%edx", "%ecx", "memory", "cc");
- }
- #else
--#define m68k_run1(F) F
-+#define m68k_run1(F) (F)()
- #endif
-
- int in_m68k_go = 0;