--- BasiliskII/TODO 2001/01/30 07:27:22 1.14 +++ BasiliskII/TODO 2006/04/23 15:44:44 1.33 @@ -1,25 +1,18 @@ Bugs: - System 7.1 with Quadra900 ModelID (1MB ROM): 0x108 gets strange value -- Something still seems to be wrong with the UAE FPU (Calculator and scroll - bars in MacOS 8 don't work properly), Lauri has fixed this and it has to - be integrated into the main sources -- Real memory addressing: something is still wrong in the Unix part, though - it works under Linux/i386 -- Direct or real memory addressing: need to disable initialization of VIA, - SCCRd and SCCWr to invalid memory regions instead of patching them in - EMUL_OP_INSTALL_DRIVERS +- Apple Personal Diagnostics doesn't work with more than 1023 MB General: -- Sony: rdVerify, Tag Buffer, DskErr +- 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/ ReadISRC/ReadAudio/ReadAllSubcodes -- Sound output rate/bits/channels switching - Sound in -- Video: gamma tables, resolution/depth switching, multiple monitor support +- Video: multiple monitor support - More accurate Time Manager - Serial driver: XOn/XOff handshaking -- regs.spcflags in UAE CPU should be handled atomically - Classic ROM: mouse button/movement is broken with ROM mouse handler - Classic ROM: sound output - Write a nice User's Manual with linuxdoc or something similar @@ -27,25 +20,32 @@ 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() +- sys_amiga.cpp: MaxTransfer/BufMemType/TransferMask, SysAddCDROMPrefs(), + SysFormat() - Patch 512K ROM for 68040/060 caches - Input handler instead of IDCMP? - Last sound buffer is not played +- Sound output rate/bits/channels switching BeOS: - clip_beos.cpp: clip BeOS->Basilisk - Last sound buffer is not played +- Sound output rate/bits/channels switching +- Video depth/resolution switching Unix: -- video_vosf.h: check correctness of {15,16,24 bpp} blitters on big endian systems -- clip_unix.cpp: clip Unix->Basilisk -- sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), prevent/allow for - non-floppy/CDROM devices -- scsi_linux.cpp: adapt to SCSI Generic driver V2.0 -- ESD vs. /dev/dsp should be a prefs item +- sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), + prevent/allow for non-floppy/CDROM devices - ESD is also available on Solaris -- serial_unix.cpp: provide a way to pipe input/output to programs +- display progress bar during disk file creation in prefs editor + +Mac OS X: +- Sound +- Cut and paste +- Lots of other stuff. See src/MacOSX/ToDo.html + +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