ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/TODO
Revision: 1.3
Committed: 1999-10-12T20:00:41Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.2: +0 -3 lines
Log Message:
- disk insertions are now checked for by the 60Hz interrupt routine
- localizable strings are split into a common and a platform-specific set
- fixed bug in CR->LF translation in AmigaOS/clip_amiga.cpp

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 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     - 64-bit disk access
32     - Preemptive threads don't work?
33     - clip_amiga.cpp: clip AmigaOS->Basilisk
34     - sys_amiga.cpp: MaxTransfer/BufMemType/TransferMask, SysAddCDROMPrefs(), SysFormat()
35     - sony.cpp: DISK_INSERT_CHECK: disks are not ejected and automatically remounted on eject
36     - Compile with GCC? (would simplify 64 bit disk access)
37     - Patch 512K ROM for 68040/060 caches
38     - Input handler instead of IDCMP?
39     - Last sound buffer is not played
40    
41     BeOS:
42     - clip_beos.cpp: clip BeOS->Basilisk
43     - Last sound buffer is not played
44    
45     Unix:
46     - clip_unix.cpp: clip Unix->Basilisk
47     - sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), prevent/allow for
48     non-floppy/CDROM devices
49     - scsi_linux.cpp: adapt to SCSI Generic driver V2.0