9 |
|
<LI>In full screen mode after a restart, when the mouse is first moved, |
10 |
|
the emulated pointer jumps to the location that it was before the restart. |
11 |
|
Disturbing, but not damaging.</LI> |
12 |
+ |
<LI>Ejecting a CD only works in 10.2, and it freezes the emulation for about 5 |
13 |
+ |
seconds.</LI> |
14 |
|
</UL> |
15 |
|
Untested: |
16 |
|
<UL> |
20 |
|
</UL> |
21 |
|
Unimplemented: |
22 |
|
<UL> |
23 |
< |
<LI>CD-ROM stuff. Should be the same as any other BSD, but Apple has stupidly |
22 |
< |
created different ioctls. I am still trying to get this to work</LI> |
23 |
> |
<LI>CD audio stuff. I am still trying to get this to work</LI> |
24 |
|
<LI>Ethernet</LI> |
25 |
|
<LI>Reset and Interrupt functions for emulator</LI> |
26 |
|
<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> |
27 |
|
<LI>'nogui' to disable GUI alerts (and maybe preferences, but I need to split |
28 |
|
MainMenu.nib to do that)</LI> |
29 |
|
<LI>Better documentation. There are README, ToDo and Versions in the help menu, |
46 |
|
<LI>Real addressing mode for the emulator. |
47 |
|
At the moment, OS X's mmap() call does not support anything useful</LI> |
48 |
|
<LI>Get VOSF (Video on Seg Fault) working, to speed up screen redrawing</LI> |
49 |
< |
<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> |
49 |
> |
<LI>Improve Objective-C object allocation. e.g. http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html</LI> |
50 |
|
<LI>Use automake instead of the current 1_prepare_files.sh ?</LI> |
51 |
|
<LI>Add JIT options to preferences.</LI> |
52 |
|
<LI>"Publish" at mac.emuscene.com http://www.emulation.net</LI> |