ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/TODO
Revision: 1.10
Committed: 2000-07-25T15:19:38Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.9: +0 -5 lines
Log Message:
- more cleanups
- splitted prefs.cpp into prefs.cpp and prefs_items.cpp to make prefs.cpp
  reusable for other projects

File Contents

# User Rev Content
1 cebix 1.1 Bugs:
2     - System 7.1 with Quadra900 ModelID (1MB ROM): 0x108 gets strange value
3 cebix 1.5 - Something still seems to be wrong with the UAE FPU (Calculator and scroll
4 cebix 1.9 bars in MacOS 8 don't work properly), Lauri has fixed this and it has to
5     be integrated into the main sources
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     - More accurate Time Manager
16     - Serial driver: XOn/XOff handshaking
17     - regs.spcflags in UAE CPU should be handled atomically
18     - Classic ROM: mouse button/movement is broken with ROM mouse handler
19     - Classic ROM: sound output
20     - Write a nice User's Manual with linuxdoc or something similar
21    
22     AmigaOS:
23     - "Create Hardfile..." button
24     - Support for ShapeShifter External Video Drivers
25     - Direct SCSI transfers, i.e. no buffering for contiguous transfers (can't check if the device
26     supports that); buffer is always in Chip memory now
27     - Preemptive threads don't work?
28     - clip_amiga.cpp: clip AmigaOS->Basilisk
29     - sys_amiga.cpp: MaxTransfer/BufMemType/TransferMask, SysAddCDROMPrefs(), SysFormat()
30     - Patch 512K ROM for 68040/060 caches
31     - Input handler instead of IDCMP?
32     - Last sound buffer is not played
33    
34     BeOS:
35     - clip_beos.cpp: clip BeOS->Basilisk
36     - Last sound buffer is not played
37    
38     Unix:
39     - clip_unix.cpp: clip Unix->Basilisk
40     - sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), prevent/allow for
41     non-floppy/CDROM devices
42     - scsi_linux.cpp: adapt to SCSI Generic driver V2.0
43 cebix 1.7 - ESD vs. /dev/dsp should be a prefs item
44     - ESD is also available on Solaris
45     - open /dev/dsp with O_NONBLOCK?
46 cebix 1.8 - serial_unix.cpp: provide a way to pipe input/output to programs
47 cebix 1.9 - NetBSD/m68k: FPU support