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 |
< |
- Something seems to be wrong with the UAE FPU (Calculator and scroll bars in |
5 |
< |
MacOS 8 don't work properly) |
6 |
< |
- Lauri reports that when a "please insert volume foo" dialog comes up, |
7 |
< |
disk insertions are not recognized. The PostEvent() code in sony.cpp |
8 |
< |
etc. in Control()/accRun should probably be moved to an interrupt handler. |
9 |
< |
- MacOS 8: Finder threads don't work |
4 |
> |
- Something still seems to be wrong with the UAE FPU (Calculator and scroll |
5 |
> |
bars in MacOS 8 don't work properly), Lauri has fixed this and it has to |
6 |
> |
be integrated into the main sources |
7 |
|
|
8 |
|
General: |
9 |
|
- Sony: rdVerify, Tag Buffer, DskErr |
28 |
|
- Support for ShapeShifter External Video Drivers |
29 |
|
- Direct SCSI transfers, i.e. no buffering for contiguous transfers (can't check if the device |
30 |
|
supports that); buffer is always in Chip memory now |
34 |
– |
- 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 |
|
- sony.cpp: DISK_INSERT_CHECK: disks are not ejected and automatically remounted on eject |
39 |
– |
- Compile with GCC? (would simplify 64 bit disk access) |
35 |
|
- Patch 512K ROM for 68040/060 caches |
36 |
|
- Input handler instead of IDCMP? |
37 |
|
- Last sound buffer is not played |
45 |
|
- sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), prevent/allow for |
46 |
|
non-floppy/CDROM devices |
47 |
|
- scsi_linux.cpp: adapt to SCSI Generic driver V2.0 |
48 |
+ |
- ESD vs. /dev/dsp should be a prefs item |
49 |
+ |
- ESD is also available on Solaris |
50 |
+ |
- open /dev/dsp with O_NONBLOCK? |
51 |
+ |
- serial_unix.cpp: provide a way to pipe input/output to programs |
52 |
+ |
- NetBSD/m68k: FPU support |