3 |
|
- Something still seems to be wrong with the UAE FPU (Calculator and scroll |
4 |
|
bars in MacOS 8 don't work properly), Lauri has fixed this and it has to |
5 |
|
be integrated into the main sources |
6 |
+ |
- Real memory addressing: something is still wrong in the Unix part, though |
7 |
+ |
it works under Linux/i386 |
8 |
+ |
- Direct or real memory addressing: need to disable initialization of VIA, |
9 |
+ |
SCCRd and SCCWr to invalid memory regions instead of patching them in |
10 |
+ |
EMUL_OP_INSTALL_DRIVERS |
11 |
|
|
12 |
|
General: |
13 |
|
- Sony: rdVerify, Tag Buffer, DskErr |
41 |
|
- Last sound buffer is not played |
42 |
|
|
43 |
|
Unix: |
44 |
+ |
- video_vosf.h: check correctness of {15,16,24 bpp} blitters on big endian systems |
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 |
49 |
|
- ESD vs. /dev/dsp should be a prefs item |
50 |
|
- ESD is also available on Solaris |
45 |
– |
- open /dev/dsp with O_NONBLOCK? |
51 |
|
- serial_unix.cpp: provide a way to pipe input/output to programs |
47 |
– |
- NetBSD/m68k: FPU support |