ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/TODO
Revision: 1.9
Committed: 2000-07-13T17:45:52Z (23 years, 9 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.8: +3 -1 lines
Log Message:
- updated doc 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 cebix 1.9 bars in MacOS 8 don't work properly), Lauri has fixed this and it has to
6     be integrated into the main sources
7 cebix 1.1
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 cebix 1.2 - Double mouse pointer in window mode (should be fixed by blanking the
17     Mac mouse pointer because the host mouse position is more accurate)
18 cebix 1.1 - More accurate Time Manager
19     - Serial driver: XOn/XOff handshaking
20     - regs.spcflags in UAE CPU should be handled atomically
21     - Classic ROM: mouse button/movement is broken with ROM mouse handler
22     - Classic ROM: sound output
23     - Write a nice User's Manual with linuxdoc or something similar
24    
25     AmigaOS:
26     - "Create Hardfile..." button
27     - Mouse pointer in window mode
28     - Support for ShapeShifter External Video Drivers
29     - Direct SCSI transfers, i.e. no buffering for contiguous transfers (can't check if the device
30     supports that); buffer is always in Chip memory now
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     - Patch 512K ROM for 68040/060 caches
36     - Input handler instead of IDCMP?
37     - Last sound buffer is not played
38    
39     BeOS:
40     - clip_beos.cpp: clip BeOS->Basilisk
41     - Last sound buffer is not played
42    
43     Unix:
44     - clip_unix.cpp: clip Unix->Basilisk
45     - sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), prevent/allow for
46     non-floppy/CDROM devices
47     - scsi_linux.cpp: adapt to SCSI Generic driver V2.0
48 cebix 1.7 - ESD vs. /dev/dsp should be a prefs item
49     - ESD is also available on Solaris
50     - open /dev/dsp with O_NONBLOCK?
51 cebix 1.8 - serial_unix.cpp: provide a way to pipe input/output to programs
52 cebix 1.9 - NetBSD/m68k: FPU support