ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/ToDo.html
Revision: 1.5
Committed: 2002-05-23T12:57:07Z (22 years, 2 months ago) by nigel
Content type: text/html
Branch: MAIN
Changes since 1.4: +4 -0 lines
Log Message:
Extfs version doco change

File Contents

# Content
1 Bugs:
2 <UL>
3 <LI>In window mode, if the framerate is low (<I>e.g.</I> if you leave it at the
4 default of 10fps), really fast mouse clicks are sometimes not picked up
5 by the Emulator. For now, click more slowly</LI>
6 <LI>In full screen mode, sometimes the program hangs just after minimising the
7 window (i.e. full screen mode is never entered). If this happens, do a
8 force quit (Apple-Option-Escape) and start the program again, as it
9 usually works just fine then</LI>
10 </UL>
11 Untested:
12 <UL>
13 <LI>Mac Classic emulation. I don't have a ROM, but I suspect it will crash</LI>
14 <LI>CD-ROM stuff. Should be the same as BSD, but who knows how Apple's stuff affects this</LI>
15 <LI>Floppy stuff. See above</LI>
16 <LI>Serial port code. See above</LI>
17 </UL>
18 Unimplemented:
19 <UL>
20 <LI>Ethernet</LI>
21 <LI>Reset and Interrupt functions for emulator</LI>
22 <LI>Sound</LI>
23 <LI>Window depth. It is currently stuck at 32bits, which Quartz dithers down
24 to whatever the user's display is set to. This is mainly due to the fact
25 that NSBitmapImageRep does not support any 16bit modes. The Core Graphics
26 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 </UL>
30 Other:
31 <UL>
32 <LI>Verify that ExtFS works under 7.5.3 (reported by Kentaro Nakatani), update doco</LI>
33 </UL>
34 Possible Enhancements:
35 <UL>
36 <LI>Use NSFileManager's movePath:toPath:handler to rename all a file's forks in extfs_macosx.mm</LI>
37 <LI>Emulator snapshot - save the current emulator state
38 (memory + registers) to a file for fast startup next time</LI>
39 <LI>Multiple emulators. The window stuff is mostly there,
40 but the uae_cpu code has lots of globals, and is not re-entrant</LI>
41 <LI>Real addressing mode for the emulator.
42 At the moment, OS X's mmap() call does not support anything useful</LI>
43 <LI>Get VOSF (Video on Seg Fault) working, to speed up screen redrawing</LI>
44 <LI>Implement OpenGL windowing mode (to speed up emulator screen redrawing)</LI>
45 <LI>Improve Objective-C object allocation. e.g. <A HREF="http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html"> here</A>. </LI>
46 <LI>Use automake instead of the current 1_prepare_files.sh ?</LI>
47 </UL>