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> |
4 |
|
<LI>In window mode, if the framerate is low (<I>e.g.</I> if you leave it at the |
5 |
< |
default of 10fps), really fast mouse clicks are sometimes not picked up |
5 |
> |
default of 10fps) or if the emulated screen is too large, |
6 |
> |
really fast mouse clicks are sometimes not picked up |
7 |
|
by the Emulator. For now, click more slowly</LI> |
8 |
|
<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 |
|
Disturbing, but not damaging.</LI> |
11 |
+ |
<LI>Ejecting a CD only works in 10.2 or higher, and it freezes the emulation |
12 |
+ |
for about 5 seconds.</LI> |
13 |
+ |
<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 |
+ |
<LI>The Snapshot function is currently broken in some situations |
16 |
+ |
(if the emulation changes its own screen settings, and the program |
17 |
+ |
is compiled with the default window drawing mode of CGIMAGEREF). |
18 |
+ |
Setting the depth to millions (in the emulator) is a workaround for now</LI> |
19 |
|
</UL> |
20 |
|
Untested: |
21 |
|
<UL> |
22 |
|
<LI>Mac Classic emulation. I don't have a ROM, but I suspect it will crash</LI> |
16 |
– |
<LI>Floppy stuff</LI> |
23 |
|
<LI>Serial port code</LI> |
24 |
|
</UL> |
25 |
|
Unimplemented: |
26 |
|
<UL> |
27 |
< |
<LI>CD-ROM stuff. Should be the same as any other BSD, but Apple has stupidly |
28 |
< |
created different ioctls. I am still trying to get this to work</LI> |
29 |
< |
<LI>Ethernet</LI> |
30 |
< |
<LI>Reset and Interrupt functions for emulator</LI> |
27 |
> |
<LI>CD audio stuff. I am still trying to get this to work</LI> |
28 |
> |
<LI>Cut and paste between emulator and OS X</LI> |
29 |
> |
<LI>Floppy stuff. If a floppy is mounted by the OS X Finder, |
30 |
> |
it is busy and cannot be opened by the emulator</LI> |
31 |
> |
<LI>Interrupt function for emulator</LI> |
32 |
|
<LI>Sound</LI> |
26 |
– |
<LI>Window depth. It is currently stuck at 32bits, which Quartz dithers down |
27 |
– |
to whatever the user's display is set to. This is mainly due to the fact |
28 |
– |
that NSBitmapImageRep does not support any 16bit modes. The Core Graphics |
29 |
– |
primitives may allow a workaround though</LI> |
33 |
|
<LI>'nogui' to disable GUI alerts (and maybe preferences, but I need to split |
34 |
|
MainMenu.nib to do that)</LI> |
32 |
– |
<LI>Better documentation. There are README, ToDo and Versions in the help menu, |
33 |
– |
but I need to add some HowTo documents (<I>e.g.</I> How do I install the OS |
34 |
– |
on a disk image?), perhaps in the Help menu </LI> |
35 |
– |
</UL> |
36 |
– |
Other: |
37 |
– |
<UL> |
38 |
– |
<LI>Verify that ExtFS works under 7.5.3 (reported by Kentaro Nakatani), |
39 |
– |
update doco</LI> |
35 |
|
</UL> |
36 |
|
Possible Enhancements: |
37 |
|
<UL> |
41 |
|
(memory + registers) to a file for fast startup next time</LI> |
42 |
|
<LI>Multiple emulators. The window stuff is mostly there, |
43 |
|
but the uae_cpu code has lots of globals, and is not re-entrant</LI> |
44 |
< |
<LI>Real addressing mode for the emulator. |
45 |
< |
At the moment, OS X's mmap() call does not support anything useful</LI> |
44 |
> |
<LI>Real addressing mode for the emulator. Mike Sliczniak had done most of the |
45 |
> |
work, but with real addressing the emulator just crashes for me</LI> |
46 |
|
<LI>Get VOSF (Video on Seg Fault) working, to speed up screen redrawing</LI> |
47 |
< |
<LI>Implement OpenGL windowing mode (to speed up emulator screen redrawing)</LI> |
53 |
< |
<LI>Improve Objective-C object allocation. e.g. <A HREF="http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html"> here</A>. </LI> |
47 |
> |
<LI>Improve Objective-C object allocation. e.g. http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html</LI> |
48 |
|
<LI>Use automake instead of the current 1_prepare_files.sh ?</LI> |
49 |
< |
<LI>Add JIT options to preferences.</LI> |
50 |
< |
<LI>"Publish" at mac.emuscene.com http://www.emulation.net</LI> |
49 |
> |
<LI>Add JIT options to preferences?</LI> |
50 |
> |
<LI>Use internal windows to display Help doco?</LI> |
51 |
> |
<LI>Provide feedback during external commands (<I>e.g.</I> ejecting a CD or |
52 |
> |
creating a disk volume) |
53 |
|
</UL> |