ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/TODO
Revision: 1.17
Committed: 2001-06-28T21:19:57Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.16: +1 -1 lines
Log Message:
video_x.cpp supports resolution switching in windowed mode: the available
resolutions are 512x384, 640x480, 800x600, 1024x768 and 1280x1024 (the prefs
editor has to be updated to reflect this). The resolution selected in the
prefs editor is used as the default, but it can be changed in the Monitors
control panel. So far only tested with direct addressing.

File Contents

# User Rev Content
1 cebix 1.1 Bugs:
2     - System 7.1 with Quadra900 ModelID (1MB ROM): 0x108 gets strange value
3 gbeauche 1.14 - Real memory addressing: something is still wrong in the Unix part, though
4     it works under Linux/i386
5 gbeauche 1.16 - VOSF does not work with Darwin/X11. Probably due to a combination of
6     select()/signals/sigsegv handling/vm_protect()
7 cebix 1.1
8     General:
9 cebix 1.15 - Sony: rdVerify, Tag Buffer
10 cebix 1.1 - 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 cebix 1.17 - Video: gamma tables, multiple monitor support
16 cebix 1.1 - More accurate Time Manager
17     - Serial driver: XOn/XOff handshaking
18     - Classic ROM: mouse button/movement is broken with ROM mouse handler
19     - Classic ROM: sound output
20     - Write a nice User's Manual with linuxdoc or something similar
21    
22     AmigaOS:
23     - "Create Hardfile..." button
24     - Support for ShapeShifter External Video Drivers
25 cebix 1.15 - Direct SCSI transfers, i.e. no buffering for contiguous transfers (can't check if
26     the device supports that); buffer is always in Chip memory now
27 cebix 1.1 - Preemptive threads don't work?
28     - clip_amiga.cpp: clip AmigaOS->Basilisk
29 cebix 1.15 - sys_amiga.cpp: MaxTransfer/BufMemType/TransferMask, SysAddCDROMPrefs(),
30     SysFormat()
31 cebix 1.1 - Patch 512K ROM for 68040/060 caches
32     - Input handler instead of IDCMP?
33     - Last sound buffer is not played
34    
35     BeOS:
36     - clip_beos.cpp: clip BeOS->Basilisk
37     - Last sound buffer is not played
38    
39     Unix:
40     - clip_unix.cpp: clip Unix->Basilisk
41 cebix 1.15 - clip_unix.cpp: use X selections instead of cut buffer
42     - sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), prevent/allow
43     for non-floppy/CDROM devices
44 cebix 1.1 - scsi_linux.cpp: adapt to SCSI Generic driver V2.0
45 cebix 1.7 - ESD vs. /dev/dsp should be a prefs item
46     - ESD is also available on Solaris
47 cebix 1.15 - maybe use SDL for sound?
48 cebix 1.8 - serial_unix.cpp: provide a way to pipe input/output to programs