ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/TODO
Revision: 1.7
Committed: 2000-02-11T17:25:03Z (24 years, 2 months ago) by cebix
Branch: MAIN
Changes since 1.6: +3 -0 lines
Log Message:
- updated text files

File Contents

# User Rev Content
1 cebix 1.1 Bugs:
2     - System 7.1 with Quadra900 ModelID (1MB ROM): 0x108 gets strange value
3     - Strange things happen when the Mac ROM is lower in memory than the RAM
4 cebix 1.5 - Something still seems to be wrong with the UAE FPU (Calculator and scroll
5     bars in MacOS 8 don't work properly)
6 cebix 1.1
7     General:
8     - Sony: rdVerify, Tag Buffer, DskErr
9     - Disk: rdVerify
10     - CD-ROM: track lists, positioning type 3, TOC type 4/5, ReadHeader/ReadMCN/
11     ReadISRC/ReadAudio/ReadAllSubcodes
12     - Sound output rate/bits/channels switching
13     - Sound in
14     - Video: gamma tables, resolution/depth switching, multiple monitor support
15 cebix 1.2 - Double mouse pointer in window mode (should be fixed by blanking the
16     Mac mouse pointer because the host mouse position is more accurate)
17 cebix 1.1 - More accurate Time Manager
18     - Serial driver: XOn/XOff handshaking
19     - regs.spcflags in UAE CPU should be handled atomically
20     - Classic ROM: mouse button/movement is broken with ROM mouse handler
21     - Classic ROM: sound output
22     - Write a nice User's Manual with linuxdoc or something similar
23    
24     AmigaOS:
25     - "Create Hardfile..." button
26     - Mouse pointer in window mode
27     - Support for ShapeShifter External Video Drivers
28     - Direct SCSI transfers, i.e. no buffering for contiguous transfers (can't check if the device
29     supports that); buffer is always in Chip memory now
30     - Preemptive threads don't work?
31     - clip_amiga.cpp: clip AmigaOS->Basilisk
32     - sys_amiga.cpp: MaxTransfer/BufMemType/TransferMask, SysAddCDROMPrefs(), SysFormat()
33     - sony.cpp: DISK_INSERT_CHECK: disks are not ejected and automatically remounted on eject
34     - Patch 512K ROM for 68040/060 caches
35     - Input handler instead of IDCMP?
36     - Last sound buffer is not played
37    
38     BeOS:
39     - clip_beos.cpp: clip BeOS->Basilisk
40     - Last sound buffer is not played
41    
42     Unix:
43     - clip_unix.cpp: clip Unix->Basilisk
44     - sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), prevent/allow for
45     non-floppy/CDROM devices
46     - scsi_linux.cpp: adapt to SCSI Generic driver V2.0
47 cebix 1.7 - ESD vs. /dev/dsp should be a prefs item
48     - ESD is also available on Solaris
49     - open /dev/dsp with O_NONBLOCK?