ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/ToDo.html
Revision: 1.8
Committed: 2002-12-18T11:33:37Z (21 years, 7 months ago) by nigel
Content type: text/html
Branch: MAIN
Changes since 1.7: +1 -0 lines
Log Message:
JIT

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, when the mouse is first moved, the emulated pointer
7 jumps to the location that it was before fullscreen mode was entered.
8 Disturbing, but not damaging.</LI>
9 </UL>
10 Untested:
11 <UL>
12 <LI>Mac Classic emulation. I don't have a ROM, but I suspect it will crash</LI>
13 <LI>CD-ROM stuff. Should be the same as BSD, but who knows how Apple's stuff affects this</LI>
14 <LI>Floppy stuff. See above</LI>
15 <LI>Serial port code. See above</LI>
16 </UL>
17 Unimplemented:
18 <UL>
19 <LI>Ethernet</LI>
20 <LI>Reset and Interrupt functions for emulator</LI>
21 <LI>Sound</LI>
22 <LI>Window depth. It is currently stuck at 32bits, which Quartz dithers down
23 to whatever the user's display is set to. This is mainly due to the fact
24 that NSBitmapImageRep does not support any 16bit modes. The Core Graphics
25 primitives may allow a workaround, though</LI>
26 <LI>'nogui' to disable GUI alerts (and maybe preferences, but I need to split
27 MainMenu.nib to do that)</LI>
28 <LI>Documentation. There is the README in the help menu, but I need to add
29 links to the ToDo and Versions doco, and include a HowTo document.
30 (<I>e.g.</I> How do I install the OS on a disk image?)</LI>
31 </UL>
32 Other:
33 <UL>
34 <LI>Verify that ExtFS works under 7.5.3 (reported by Kentaro Nakatani), update doco</LI>
35 </UL>
36 Possible Enhancements:
37 <UL>
38 <LI>Use NSFileManager's movePath:toPath:handler to rename all a file's forks in extfs_macosx.mm</LI>
39 <LI>Emulator snapshot - save the current emulator state
40 (memory + registers) to a file for fast startup next time</LI>
41 <LI>Multiple emulators. The window stuff is mostly there,
42 but the uae_cpu code has lots of globals, and is not re-entrant</LI>
43 <LI>Real addressing mode for the emulator.
44 At the moment, OS X's mmap() call does not support anything useful</LI>
45 <LI>Get VOSF (Video on Seg Fault) working, to speed up screen redrawing</LI>
46 <LI>Implement OpenGL windowing mode (to speed up emulator screen redrawing)</LI>
47 <LI>Improve Objective-C object allocation. e.g. <A HREF="http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html"> here</A>. </LI>
48 <LI>Use automake instead of the current 1_prepare_files.sh ?</LI>
49 <LI>Add JIT options to preferences.</LI>
50 </UL>