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> |
11 |
> |
<LI>Ejecting a CD only works in 10.2 or higher, and it freezes the emulation |
12 |
> |
for about 5 seconds.</LI> |
13 |
|
</UL> |
14 |
|
Untested: |
15 |
|
<UL> |
16 |
|
<LI>Mac Classic emulation. I don't have a ROM, but I suspect it will crash</LI> |
17 |
– |
<LI>Floppy stuff</LI> |
17 |
|
<LI>Serial port code</LI> |
18 |
|
</UL> |
19 |
|
Unimplemented: |
20 |
|
<UL> |
21 |
|
<LI>CD audio stuff. I am still trying to get this to work</LI> |
22 |
|
<LI>Ethernet</LI> |
23 |
< |
<LI>Reset and Interrupt functions for emulator</LI> |
23 |
> |
<LI>Floppy stuff. If a floppy is mounted by the OS X Finder, |
24 |
> |
it is busy and cannot be opened by the emulator</LI> |
25 |
> |
<LI>Interrupt function for emulator</LI> |
26 |
|
<LI>Sound</LI> |
27 |
|
<LI>'nogui' to disable GUI alerts (and maybe preferences, but I need to split |
28 |
|
MainMenu.nib to do that)</LI> |
40 |
|
(memory + registers) to a file for fast startup next time</LI> |
41 |
|
<LI>Multiple emulators. The window stuff is mostly there, |
42 |
|
but the uae_cpu code has lots of globals, and is not re-entrant</LI> |
43 |
< |
<LI>Real addressing mode for the emulator. |
44 |
< |
At the moment, OS X's mmap() call does not support anything useful</LI> |
43 |
> |
<LI>Real addressing mode for the emulator. Mike Sliczniak had done most of the |
44 |
> |
work, but with real addressing the emulator just crashes for me</LI> |
45 |
|
<LI>Get VOSF (Video on Seg Fault) working, to speed up screen redrawing</LI> |
46 |
|
<LI>Improve Objective-C object allocation. e.g. http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html</LI> |
47 |
|
<LI>Use automake instead of the current 1_prepare_files.sh ?</LI> |