--- BasiliskII/TODO 2000/07/13 17:45:52 1.9 +++ BasiliskII/TODO 2001/01/30 07:27:22 1.14 @@ -1,9 +1,13 @@ Bugs: - System 7.1 with Quadra900 ModelID (1MB ROM): 0x108 gets strange value -- Strange things happen when the Mac ROM is lower in memory than the RAM - 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 General: - Sony: rdVerify, Tag Buffer, DskErr @@ -13,8 +17,6 @@ General: - Sound output rate/bits/channels switching - Sound in - Video: gamma tables, resolution/depth switching, multiple monitor support -- Double mouse pointer in window mode (should be fixed by blanking the - Mac mouse pointer because the host mouse position is more accurate) - More accurate Time Manager - Serial driver: XOn/XOff handshaking - regs.spcflags in UAE CPU should be handled atomically @@ -24,14 +26,12 @@ General: AmigaOS: - "Create Hardfile..." button -- Mouse pointer in window mode - 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() -- sony.cpp: DISK_INSERT_CHECK: disks are not ejected and automatically remounted on eject - Patch 512K ROM for 68040/060 caches - Input handler instead of IDCMP? - Last sound buffer is not played @@ -41,12 +41,11 @@ BeOS: - Last sound buffer is not played 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 - ESD is also available on Solaris -- open /dev/dsp with O_NONBLOCK? - serial_unix.cpp: provide a way to pipe input/output to programs -- NetBSD/m68k: FPU support