From 80682935f93750918dcffd1d8810474a256510d1 Mon Sep 17 00:00:00 2001 From: tomch Date: Fri, 3 Mar 2006 13:51:15 +0000 Subject: [PATCH] Removed Jumpman bug (user was using old ver of AppleWin Added note about FreeLibrary --- AppleWin/docs/Bugs.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AppleWin/docs/Bugs.txt b/AppleWin/docs/Bugs.txt index ecea2d4b..27d735a3 100644 --- a/AppleWin/docs/Bugs.txt +++ b/AppleWin/docs/Bugs.txt @@ -6,10 +6,9 @@ the Disk 1 and then start the emulator, it will get stuck shortly after accessing the disk drive for a moment. But if, after selecting Disk 1, I start the debugger and then issue the "G" command, it runs just fine. -. Jumpman doesn't seem to respond correctly to the controller, it moves in one direction only. - I'm unsure if this is an emulation problem or bad disk image. [TC: Can't reproduce with Mouse/KB/USB-Joystick] . Just notice when double clicking the disk image, the associated image will call AppleWin, and the speaker will tune to maximum volume, but drag and drop or open from AppleWin have no problem. +. FreeLibrary isn't being called if dlls' version is too low, in CpuInitialize() --------------