diff --git a/BasiliskII/ChangeLog b/BasiliskII/ChangeLog index cc5d2717..756c7d62 100644 --- a/BasiliskII/ChangeLog +++ b/BasiliskII/ChangeLog @@ -1,3 +1,6 @@ +V0.8 - + - Unix/video_x.cpp: new window refresh code [Samuel Lander] + V0.8 (release 0.8-1) - 30.Jan.2000 - extfs: extended size of finf helper files to 32 bytes to eventually allow storing the complete FInfo/FXInfo in it diff --git a/BasiliskII/README b/BasiliskII/README index f0a91dbd..0892e831 100644 --- a/BasiliskII/README +++ b/BasiliskII/README @@ -653,6 +653,7 @@ Contributions by: - Bill Huey : 15/16 bit DGA and 15/16/32 bit X11 window support - David Lawrence : incremental window refresh code + - Samuel Lander : tile-based window refresh code - Gwenole Beauchesne : SPARC assembly optimizations and fbdev video code - and others... diff --git a/BasiliskII/TODO b/BasiliskII/TODO index cf71ed7f..02690ad2 100644 --- a/BasiliskII/TODO +++ b/BasiliskII/TODO @@ -44,3 +44,6 @@ Unix: - 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?