ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/ToDo.html
Revision: 1.14
Committed: 2003-08-16T02:53:50Z (21 years, 1 month ago) by nigel
Content type: text/html
Branch: MAIN
Changes since 1.13: +3 -2 lines
Log Message:
New version (still at beta), new ideas, slight reformatting

File Contents

# User Rev Content
1 nigel 1.14 <!-- $Id: ToDo.html,v 1.13 2003/06/03 12:28:46 nigel Exp $><-->
2 nigel 1.1 Bugs:
3     <UL>
4     <LI>In window mode, if the framerate is low (<I>e.g.</I> if you leave it at the
5 nigel 1.12 default of 10fps) or if the emulated screen is too large,
6     really fast mouse clicks are sometimes not picked up
7 nigel 1.1 by the Emulator. For now, click more slowly</LI>
8 nigel 1.10 <LI>In full screen mode after a restart, when the mouse is first moved,
9     the emulated pointer jumps to the location that it was before the restart.
10 nigel 1.6 Disturbing, but not damaging.</LI>
11 nigel 1.11 <LI>Ejecting a CD only works in 10.2, and it freezes the emulation for about 5
12     seconds.</LI>
13 nigel 1.1 </UL>
14     Untested:
15     <UL>
16     <LI>Mac Classic emulation. I don't have a ROM, but I suspect it will crash</LI>
17 nigel 1.9 <LI>Floppy stuff</LI>
18     <LI>Serial port code</LI>
19 nigel 1.1 </UL>
20     Unimplemented:
21     <UL>
22 nigel 1.11 <LI>CD audio stuff. I am still trying to get this to work</LI>
23 nigel 1.1 <LI>Ethernet</LI>
24     <LI>Reset and Interrupt functions for emulator</LI>
25     <LI>Sound</LI>
26 nigel 1.3 <LI>'nogui' to disable GUI alerts (and maybe preferences, but I need to split
27     MainMenu.nib to do that)</LI>
28 nigel 1.1 </UL>
29 nigel 1.5 Other:
30     <UL>
31 nigel 1.9 <LI>Verify that ExtFS works under 7.5.3 (reported by Kentaro Nakatani),
32     update doco</LI>
33 nigel 1.5 </UL>
34 nigel 1.1 Possible Enhancements:
35     <UL>
36 nigel 1.9 <LI>Use NSFileManager's movePath:toPath:handler to rename all a file's forks
37     in extfs_macosx.mm</LI>
38 nigel 1.1 <LI>Emulator snapshot - save the current emulator state
39     (memory + registers) to a file for fast startup next time</LI>
40     <LI>Multiple emulators. The window stuff is mostly there,
41     but the uae_cpu code has lots of globals, and is not re-entrant</LI>
42 nigel 1.2 <LI>Real addressing mode for the emulator.
43 nigel 1.1 At the moment, OS X's mmap() call does not support anything useful</LI>
44     <LI>Get VOSF (Video on Seg Fault) working, to speed up screen redrawing</LI>
45 nigel 1.11 <LI>Improve Objective-C object allocation. e.g. http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html</LI>
46 nigel 1.4 <LI>Use automake instead of the current 1_prepare_files.sh ?</LI>
47 nigel 1.14 <LI>Add JIT options to preferences?</LI>
48     <LI>Use internal windows to display Help doco?</LI>
49 nigel 1.1 </UL>