Added v13, updated bugs

This commit is contained in:
nigel 2003-03-27 00:04:13 +00:00
parent 1cbb3395d2
commit f619fca6bc
2 changed files with 12 additions and 6 deletions

View File

@ -1,10 +1,9 @@
<!-- $Id$><-->
Bugs:
<UL>
<LI>The restart button no longer works correctly. It quits the emulation, but
then fails to restart it. This used to work in older versions (up to v6)</LI>
<LI>In window mode, if the framerate is low (<I>e.g.</I> if you leave it at the
default of 10fps), really fast mouse clicks are sometimes not picked up
default of 10fps) or if the emulated screen is too large,
really fast mouse clicks are sometimes not picked up
by the Emulator. For now, click more slowly</LI>
<LI>In full screen mode after a restart, when the mouse is first moved,
the emulated pointer jumps to the location that it was before the restart.
@ -26,9 +25,6 @@ Unimplemented:
<LI>Sound</LI>
<LI>'nogui' to disable GUI alerts (and maybe preferences, but I need to split
MainMenu.nib to do that)</LI>
<LI>Better documentation. There are README, ToDo and Versions in the help menu,
but I need to add some HowTo documents (<I>e.g.</I> How do I install the OS
on a disk image?), perhaps in the Help menu </LI>
</UL>
Other:
<UL>

View File

@ -50,4 +50,14 @@ Versions of MacOS X port of Basilisk II:
the user to press return or enter for the value to "take").
<BR>Some modifications for compilation on 10.2 <I>and</I> 10.1
<BR>Initial CD-ROM reading code.</LI>
<LI>Restarting the emulator should be safe and fairly reliable,
and errors in starting the emulator should now be caught.
<BR>Fixed a bug where the Prefs could not be edited while the
emulator was running.
<BR>Resizing of window is now animated, and window is centred
afterwards.
<BR>Reduces memory leaks when changing screensize in windowed mode.
<BR>Repaired help menu item (again) and added extra doco there.
<BR>Screen default pref is now Mac II (and not Classic) size.
<BR>Minor Prefs editor button anomaly</LI>
</OL>