3 |
|
<LI>In window mode, if the framerate is low (<I>e.g.</I> if you leave it at the |
4 |
|
default of 10fps), really fast mouse clicks are sometimes not picked up |
5 |
|
by the Emulator. For now, click more slowly</LI> |
6 |
< |
<LI>Some special keys (<I>e.g.</I> the cursor keys) are not being correctly |
7 |
< |
passed through to the Emulator (<I>e.g.</I> up arrow causes the Emulator |
8 |
< |
to try and shut down). Looks like some further key decoding is needed</LI> |
6 |
> |
<LI>In full screen mode, sometimes the program hangs just after minimising the |
7 |
> |
window (i.e. full screen mode is never entered). If this happens, do a |
8 |
> |
force quit (Apple-Option-Escape) and start the program again, as it |
9 |
> |
usually works just fine then</LI> |
10 |
|
</UL> |
11 |
|
Untested: |
12 |
|
<UL> |
32 |
|
(memory + registers) to a file for fast startup next time</LI> |
33 |
|
<LI>Multiple emulators. The window stuff is mostly there, |
34 |
|
but the uae_cpu code has lots of globals, and is not re-entrant</LI> |
35 |
< |
<LI>Real or Direct addressing mode for the emulator. |
35 |
> |
<LI>Real addressing mode for the emulator. |
36 |
|
At the moment, OS X's mmap() call does not support anything useful</LI> |
37 |
|
<LI>Get VOSF (Video on Seg Fault) working, to speed up screen redrawing</LI> |
38 |
|
<LI>Implement OpenGL windowing mode (to speed up emulator screen redrawing)</LI> |