--- BasiliskII/TODO 2001/07/05 20:30:48 1.19 +++ BasiliskII/TODO 2005/11/22 06:26:35 1.27 @@ -6,6 +6,8 @@ Bugs: select()/signals/sigsegv handling/vm_protect() General: +- Add support for 2MB ROMs (Quadra 840AV) +- Add support for System 6.0.x - Sony: rdVerify, Tag Buffer - Disk: rdVerify - CD-ROM: track lists, positioning type 3, TOC type 4/5, ReadHeader/ReadMCN/ @@ -21,9 +23,6 @@ General: AmigaOS: - "Create Hardfile..." button - Support for ShapeShifter External Video Drivers -- Direct SCSI transfers, i.e. no buffering for contiguous transfers (can't check if - the device supports that); buffer is always in Chip memory now -- Preemptive threads don't work? - clip_amiga.cpp: clip AmigaOS->Basilisk - sys_amiga.cpp: MaxTransfer/BufMemType/TransferMask, SysAddCDROMPrefs(), SysFormat() @@ -36,13 +35,17 @@ BeOS: - clip_beos.cpp: clip BeOS->Basilisk - Last sound buffer is not played - Sound output rate/bits/channels switching +- Video depth/resolution switching Unix: - clip_unix.cpp: clip Unix->Basilisk - clip_unix.cpp: use X selections instead of cut buffer -- sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), prevent/allow - for non-floppy/CDROM devices -- scsi_linux.cpp: adapt to SCSI Generic driver V2.0 +- sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), + prevent/allow for non-floppy/CDROM devices - ESD is also available on Solaris -- maybe use SDL for sound? -- serial_unix.cpp: provide a way to pipe input/output to programs +- display progress bar during disk file creation in prefs editor + +Windows +- main_windows.cpp: undo the SDL/DIB driver trick +- video_windows.cpp: implement with DirectX +- audio_windows.cpp, scsi_windows.cpp: merge from original Windows version