Removed Jumpman bug (user was using old ver of AppleWin

Added note about FreeLibrary
This commit is contained in:
tomch 2006-03-03 13:51:15 +00:00
parent 24f9cbc5c9
commit 80682935f9
1 changed files with 1 additions and 2 deletions

View File

@ -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()
--------------