ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/ToDo.html
(Generate patch)

Comparing BasiliskII/src/MacOSX/ToDo.html (file contents):
Revision 1.2 by nigel, 2002-03-18T11:02:16Z vs.
Revision 1.11 by nigel, 2003-03-21T10:07:54Z

# Line 1 | Line 1
1 + <!-- $Id$><-->
2   Bugs:
3   <UL>
4 + <LI>The restart button no longer works correctly. It quits the emulation, but
5 +        then fails to restart it. This used to work in older versions (up to v6)</LI>
6   <LI>In window mode, if the framerate is low (<I>e.g.</I> if you leave it at the
7          default of 10fps), really fast mouse clicks are sometimes not picked up
8          by the Emulator. For now, click more slowly</LI>
9 < <LI>In full screen mode, sometimes the program hangs just after minimising the
10 <        window (i.e. full screen mode is never entered). If this happens, do a
11 <        force quit (Apple-Option-Escape) and start the program again, as it
12 <        usually works just fine then</LI>
9 > <LI>In full screen mode after a restart, when the mouse is first moved,
10 >        the emulated pointer jumps to the location that it was before the restart.
11 >        Disturbing, but not damaging.</LI>
12 > <LI>Ejecting a CD only works in 10.2, and it freezes the emulation for about 5
13 >        seconds.</LI>
14   </UL>
15   Untested:
16   <UL>
17   <LI>Mac Classic emulation. I don't have a ROM, but I suspect it will crash</LI>
18 < <LI>CD-ROM stuff. Should be the same as BSD, but who knows how Apple's stuff affects this</LI>
19 < <LI>Floppy stuff. See above</LI>
16 < <LI>Serial port code. See above</LI>
18 > <LI>Floppy stuff</LI>
19 > <LI>Serial port code</LI>
20   </UL>
21   Unimplemented:
22   <UL>
23 + <LI>CD audio stuff. I am still trying to get this to work</LI>
24   <LI>Ethernet</LI>
25   <LI>Reset and Interrupt functions for emulator</LI>
26   <LI>Sound</LI>
27 < <LI>Window depth. It is currently stuck at 32bits, which Quartz dithers down
28 <        to whatever the user's display is set to. This is mainly due to the fact
29 <        that NSBitmapImageRep does not support any 16bit modes. The Core Graphics
30 <        primitives may allow a workaround, though</LI>
27 > <LI>'nogui' to disable GUI alerts (and maybe preferences, but I need to split
28 >        MainMenu.nib to do that)</LI>
29 > <LI>Better documentation. There are README, ToDo and Versions in the help menu,
30 >    but I need to add some HowTo documents (<I>e.g.</I> How do I install the OS
31 >    on a disk image?), perhaps in the Help menu </LI>
32 > </UL>
33 > Other:
34 > <UL>
35 > <LI>Verify that ExtFS works under 7.5.3 (reported by Kentaro Nakatani),
36 >    update doco</LI>
37   </UL>
38   Possible Enhancements:
39   <UL>
40 < <LI>Use NSFileManager's movePath:toPath:handler to rename all a file's forks in extfs_macosx.mm</LI>
40 > <LI>Use NSFileManager's movePath:toPath:handler to rename all a file's forks
41 >    in extfs_macosx.mm</LI>
42   <LI>Emulator snapshot - save the current emulator state
43          (memory + registers) to a file for fast startup next time</LI>
44   <LI>Multiple emulators. The window stuff is mostly there,
# Line 35 | Line 46 | Possible Enhancements:
46   <LI>Real addressing mode for the emulator.
47          At the moment, OS X's mmap() call does not support anything useful</LI>
48   <LI>Get VOSF (Video on Seg Fault) working, to speed up screen redrawing</LI>
49 < <LI>Implement OpenGL windowing mode (to speed up emulator screen redrawing)</LI>
50 < <LI>Improve Objective-C object allocation. e.g. <A HREF="http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html"> here</A>. </LI>
49 > <LI>Improve Objective-C object allocation. e.g. http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html</LI>
50 > <LI>Use automake instead of the current 1_prepare_files.sh ?</LI>
51 > <LI>Add JIT options to preferences.</LI>
52 > <LI>"Publish" at mac.emuscene.com http://www.emulation.net</LI>
53   </UL>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines