~ubuntu-branches/ubuntu/vivid/basilisk2/vivid

« back to all changes in this revision

Viewing changes to src/MacOSX/ToDo.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-03-06 19:33:01 UTC
  • mfrom: (2.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080306193301-cc2ofn705nfsq3y0
Tags: 0.9.20070407-4
* Update copyright-check cdbs snippet to parse licensecheck using perl:
  + No longer randomly drops newlines
  + More compact hint file (and ordered more like wiki-proposed new copyright
    syntax).
  + No longer ignore files without copyright.
* Update copyright_hints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- $Id: ToDo.html,v 1.13 2003/06/03 12:28:46 nigel Exp $><-->
 
1
<!-- $Id: ToDo.html,v 1.24 2006/07/31 11:10:59 nigel Exp $><-->
2
2
Bugs:
3
3
<UL>
4
4
<LI>In window mode, if the framerate is low (<I>e.g.</I> if you leave it at the
8
8
<LI>In full screen mode after a restart, when the mouse is first moved,
9
9
        the emulated pointer jumps to the location that it was before the restart.
10
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
<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>
13
20
</UL>
14
21
Untested:
15
22
<UL>
16
23
<LI>Mac Classic emulation. I don't have a ROM, but I suspect it will crash</LI>
17
 
<LI>Floppy stuff</LI>
18
24
<LI>Serial port code</LI>
19
25
</UL>
20
26
Unimplemented:
21
27
<UL>
22
28
<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>
 
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.
 
32
        (Gwenolé rewrote the CD code, and it should poll for new disks,
 
33
         but it don't work for me. I must be doing something wrong!)</LI>
 
34
<LI>Floppy stuff. If a floppy is mounted by the OS X Finder,
 
35
        it is busy and cannot be opened by the emulator</LI>
 
36
<LI>Interrupt function for emulator</LI>
26
37
<LI>'nogui' to disable GUI alerts (and maybe preferences, but I need to split
27
38
        MainMenu.nib to do that)</LI>
28
39
</UL>
29
 
Other:
30
 
<UL>
31
 
<LI>Verify that ExtFS works under 7.5.3 (reported by Kentaro Nakatani),
32
 
    update doco</LI>
33
 
</UL>
34
40
Possible Enhancements:
35
41
<UL>
36
42
<LI>Use NSFileManager's movePath:toPath:handler to rename all a file's forks
37
 
    in extfs_macosx.mm</LI>
 
43
        in extfs_macosx.mm</LI>
38
44
<LI>Emulator snapshot - save the current emulator state
39
45
        (memory + registers) to a file for fast startup next time</LI>
40
46
<LI>Multiple emulators. The window stuff is mostly there,
41
47
        but the uae_cpu code has lots of globals, and is not re-entrant</LI>
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>
 
48
<LI>Real addressing mode for the emulator. Mike Sliczniak had done most of the
 
49
        work, but with real addressing the emulator just crashes for me</LI>
45
50
<LI>Improve Objective-C object allocation. e.g. http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html</LI>
46
51
<LI>Use automake instead of the current 1_prepare_files.sh ?</LI>
47
 
<LI>Add JIT options to preferences.</LI>
 
52
<LI>Add JIT options to preferences?</LI>
 
53
<LI>Use internal windows to display Help doco?</LI>
 
54
<LI>Provide feedback during external commands (<I>e.g.</I> ejecting a CD or
 
55
        creating a disk volume)</LI>
 
56
<LI>Widescreen window layout (suggestion by Michael Franz), so that users
 
57
        with widescreen displays can squeeze a bigger emulated screen in.
 
58
        I have a mock up of this that can be pasted in (MainMenu.nib).
 
59
        Ideally, this would be via a generalised "theme" facility,
 
60
        but who has time for that :-)</LI>
48
61
</UL>