ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/TODO
Revision: 1.1
Committed: 1999-10-03T14:16:25Z (24 years, 7 months ago) by cebix
Branch: MAIN
Branch point for: cebix
Log Message:
Initial revision

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     - Something seems to be wrong with the UAE FPU (Calculator and scroll bars in
5     MacOS 8 don't work properly)
6     - MacOS 8: Finder threads don't work
7    
8     General:
9     - Sony: rdVerify, Tag Buffer, DskErr
10     - Disk: rdVerify
11     - CD-ROM: track lists, positioning type 3, TOC type 4/5, ReadHeader/ReadMCN/
12     ReadISRC/ReadAudio/ReadAllSubcodes
13     - Sound output rate/bits/channels switching
14     - Sound in
15     - Video: gamma tables, resolution/depth switching, multiple monitor support
16     - Double mouse pointer in window mode
17     - 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     - 64-bit disk access
31     - Preemptive threads don't work?
32     - clip_amiga.cpp: clip AmigaOS->Basilisk
33     - sys_amiga.cpp: MaxTransfer/BufMemType/TransferMask, SysAddCDROMPrefs(), SysFormat()
34     - sony.cpp: DISK_INSERT_CHECK: disks are not ejected and automatically remounted on eject
35     - Compile with GCC? (would simplify 64 bit disk access)
36     - Patch 512K ROM for 68040/060 caches
37     - Input handler instead of IDCMP?
38     - Last sound buffer is not played
39    
40     BeOS:
41     - clip_beos.cpp: clip BeOS->Basilisk
42     - Last sound buffer is not played
43    
44     Unix:
45     - clip_unix.cpp: clip Unix->Basilisk
46     - sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), prevent/allow for
47     non-floppy/CDROM devices
48     - scsi_linux.cpp: adapt to SCSI Generic driver V2.0