ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/ToDo.html
Revision: 1.16
Committed: 2004-05-02T11:03:32Z (20 years, 3 months ago) by nigel
Content type: text/html
Branch: MAIN
CVS Tags: nigel-build-16
Changes since 1.15: +5 -6 lines
Log Message:
More ideas

File Contents

# User Rev Content
1 nigel 1.16 <!-- $Id: ToDo.html,v 1.15 2004/01/26 11:01:13 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.15 <LI>Ejecting a CD only works in 10.2 or higher, and it freezes the emulation
12     for about 5 seconds.</LI>
13 nigel 1.16 <LI>Status of 'dd' command is not always correct. (If it runs out of space,
14     an error about file not found is printed?)</LI>
15 nigel 1.1 </UL>
16     Untested:
17     <UL>
18     <LI>Mac Classic emulation. I don't have a ROM, but I suspect it will crash</LI>
19 nigel 1.9 <LI>Serial port code</LI>
20 nigel 1.1 </UL>
21     Unimplemented:
22     <UL>
23 nigel 1.11 <LI>CD audio stuff. I am still trying to get this to work</LI>
24 nigel 1.1 <LI>Ethernet</LI>
25 nigel 1.15 <LI>Floppy stuff. If a floppy is mounted by the OS X Finder,
26     it is busy and cannot be opened by the emulator</LI>
27     <LI>Interrupt function for emulator</LI>
28 nigel 1.1 <LI>Sound</LI>
29 nigel 1.3 <LI>'nogui' to disable GUI alerts (and maybe preferences, but I need to split
30     MainMenu.nib to do that)</LI>
31 nigel 1.1 </UL>
32     Possible Enhancements:
33     <UL>
34 nigel 1.9 <LI>Use NSFileManager's movePath:toPath:handler to rename all a file's forks
35     in extfs_macosx.mm</LI>
36 nigel 1.1 <LI>Emulator snapshot - save the current emulator state
37     (memory + registers) to a file for fast startup next time</LI>
38     <LI>Multiple emulators. The window stuff is mostly there,
39     but the uae_cpu code has lots of globals, and is not re-entrant</LI>
40 nigel 1.15 <LI>Real addressing mode for the emulator. Mike Sliczniak had done most of the
41     work, but with real addressing the emulator just crashes for me</LI>
42 nigel 1.1 <LI>Get VOSF (Video on Seg Fault) working, to speed up screen redrawing</LI>
43 nigel 1.11 <LI>Improve Objective-C object allocation. e.g. http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html</LI>
44 nigel 1.4 <LI>Use automake instead of the current 1_prepare_files.sh ?</LI>
45 nigel 1.14 <LI>Add JIT options to preferences?</LI>
46     <LI>Use internal windows to display Help doco?</LI>
47 nigel 1.16 <LI>Provide feedback during external commands (<I>e.g.</I> ejecting a CD or
48     creating a disk volume)
49 nigel 1.1 </UL>