ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/TODO
Revision: 1.5
Committed: 1999-10-31T23:18:31Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.4: +2 -3 lines
Log Message:
- removed MemoryDispatch() replacement; routine from ROM is now used if
  possible
- rom_patches.cpp: check for double PACK 4 resources; if only one is found,
  assume that the ROM requires an FPU and issue a warning if FPU emulation
  is turned off
- UAE CPU opcode routines no longer return the cycle count
- main_unix.cpp: pressing Ctrl-C dumps the UAE CPU state before entering mon
- sys_unix.cpp: under Linux, partition sizes are read with BLKGETSIZE instead
  of llseek()

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 cebix 1.5 - Something still seems to be wrong with the UAE FPU (Calculator and scroll
5     bars in MacOS 8 don't work properly)
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 cebix 1.2 - Double mouse pointer in window mode (should be fixed by blanking the
16     Mac mouse pointer because the host mouse position is more accurate)
17 cebix 1.1 - More accurate Time Manager
18     - Serial driver: XOn/XOff handshaking
19     - regs.spcflags in UAE CPU should be handled atomically
20     - Classic ROM: mouse button/movement is broken with ROM mouse handler
21     - Classic ROM: sound output
22     - Write a nice User's Manual with linuxdoc or something similar
23    
24     AmigaOS:
25     - "Create Hardfile..." button
26     - Mouse pointer in window mode
27     - Support for ShapeShifter External Video Drivers
28     - Direct SCSI transfers, i.e. no buffering for contiguous transfers (can't check if the device
29     supports that); buffer is always in Chip memory now
30     - 64-bit disk access
31     - Preemptive threads don't work?
32     - clip_amiga.cpp: clip AmigaOS->Basilisk
33     - sys_amiga.cpp: MaxTransfer/BufMemType/TransferMask, SysAddCDROMPrefs(), SysFormat()
34 cebix 1.4 - sys_amiga.cpp: block size is not respected on writes
35 cebix 1.1 - sony.cpp: DISK_INSERT_CHECK: disks are not ejected and automatically remounted on eject
36     - Patch 512K ROM for 68040/060 caches
37     - Input handler instead of IDCMP?
38     - Last sound buffer is not played
39    
40     BeOS:
41     - clip_beos.cpp: clip BeOS->Basilisk
42     - Last sound buffer is not played
43    
44     Unix:
45     - clip_unix.cpp: clip Unix->Basilisk
46     - sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), prevent/allow for
47     non-floppy/CDROM devices
48     - scsi_linux.cpp: adapt to SCSI Generic driver V2.0