1 |
+ |
<!-- $Id$><--> |
2 |
|
Bugs: |
3 |
|
<UL> |
3 |
– |
<LI>The restart button no longer works correctly. It quits the emulation, but |
4 |
– |
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, when the mouse is first moved, the emulated pointer |
9 |
< |
jumps to the location that it was before fullscreen mode was entered. |
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, and it freezes the emulation for about 5 |
12 |
+ |
seconds.</LI> |
13 |
|
</UL> |
14 |
|
Untested: |
15 |
|
<UL> |
19 |
|
</UL> |
20 |
|
Unimplemented: |
21 |
|
<UL> |
22 |
< |
<LI>CD-ROM stuff. Should be the same as any other BSD, but Apple has stupidly |
21 |
< |
created different ioctls. I am still trying to get this to work</LI> |
22 |
> |
<LI>CD audio stuff. I am still trying to get this to work</LI> |
23 |
|
<LI>Ethernet</LI> |
24 |
|
<LI>Reset and Interrupt functions for emulator</LI> |
25 |
|
<LI>Sound</LI> |
25 |
– |
<LI>Window depth. It is currently stuck at 32bits, which Quartz dithers down |
26 |
– |
to whatever the user's display is set to. This is mainly due to the fact |
27 |
– |
that NSBitmapImageRep does not support any 16bit modes. The Core Graphics |
28 |
– |
primitives, or 10.2, 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> |
31 |
– |
<LI>Better documentation. There are README, ToDo and Versions in the help menu, |
32 |
– |
but I need to add some HowTo documents (<I>e.g.</I> How do I install the OS |
33 |
– |
on a disk image?), perhaps in the Help menu </LI> |
28 |
|
</UL> |
29 |
|
Other: |
30 |
|
<UL> |
42 |
|
<LI>Real addressing mode for the emulator. |
43 |
|
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 |
< |
<LI>Implement OpenGL windowing mode (to speed up emulator screen redrawing)</LI> |
52 |
< |
<LI>Improve Objective-C object allocation. e.g. <A HREF="http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html"> here</A>. </LI> |
45 |
> |
<LI>Improve Objective-C object allocation. e.g. http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html</LI> |
46 |
|
<LI>Use automake instead of the current 1_prepare_files.sh ?</LI> |
47 |
< |
<LI>Add JIT options to preferences.</LI> |
47 |
> |
<LI>Add JIT options to preferences?</LI> |
48 |
> |
<LI>Use internal windows to display Help doco?</LI> |
49 |
|
</UL> |