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>Inserting a second CD after ejecting the first one |
14 |
– |
doesn't currently remount the disk.</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 |
+ |
<LI>Cut and paste between emulator and OS X only half works</LI> |
20 |
|
</UL> |
21 |
|
Untested: |
22 |
|
<UL> |
26 |
|
Unimplemented: |
27 |
|
<UL> |
28 |
|
<LI>CD audio stuff. I am still trying to get this to work</LI> |
29 |
< |
<LI>Cut and paste between emulator and OS X</LI> |
29 |
> |
<LI>CD insert detection. At the moment, if a CD isn't there when the |
30 |
> |
emulator boots, or if you change CDs, it will never know. I don't |
31 |
> |
know how to register with the OS for disk insertion and mount events</LI> |
32 |
|
<LI>Floppy stuff. If a floppy is mounted by the OS X Finder, |
33 |
|
it is busy and cannot be opened by the emulator</LI> |
34 |
|
<LI>Interrupt function for emulator</LI> |
34 |
– |
<LI>Sound</LI> |
35 |
|
<LI>'nogui' to disable GUI alerts (and maybe preferences, but I need to split |
36 |
|
MainMenu.nib to do that)</LI> |
37 |
|
</UL> |
45 |
|
but the uae_cpu code has lots of globals, and is not re-entrant</LI> |
46 |
|
<LI>Real addressing mode for the emulator. Mike Sliczniak had done most of the |
47 |
|
work, but with real addressing the emulator just crashes for me</LI> |
48 |
– |
<LI>Get VOSF (Video on Seg Fault) working, to speed up screen redrawing</LI> |
48 |
|
<LI>Improve Objective-C object allocation. e.g. http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html</LI> |
49 |
|
<LI>Use automake instead of the current 1_prepare_files.sh ?</LI> |
50 |
|
<LI>Add JIT options to preferences?</LI> |
51 |
|
<LI>Use internal windows to display Help doco?</LI> |
52 |
|
<LI>Provide feedback during external commands (<I>e.g.</I> ejecting a CD or |
53 |
|
creating a disk volume) |
55 |
– |
<LI>Implement a better fix for ether_unix.cpp's EtherNet thread not terminating. |
56 |
– |
Not sure if this is just a 10.3 thing, |
57 |
– |
or if it is something about my NSThread classes</LI> |
54 |
|
</UL> |