--- BasiliskII/ChangeLog 1999/10/03 16:21:28 1.1 +++ BasiliskII/ChangeLog 2001/03/11 14:25:15 1.57 @@ -1,4 +1,157 @@ -V0.7 (alpha) +V0.9 - + - Unix: some performance improvements to VOSF screen update code + [Brian J. Johnson] + +V0.9 (snapshot) - 17.Feb.2001 + - adapted for mon V3.0 which is now the required minimum + - UAE cpu: fixed a bug in the memory handlers preventing from + correctly updating 15 and 16 bpp displays on big endian systems + - Unix: added (experimental) real addressing mode [Gwenole Beauchesne] + (activated through the "--enable-addressing=real" configure option) + - Unix: added direct addressing mode [Gwenole Beauchesne] + (default addressing mode, if possible) + - Unix: added screen updates on SEGV signals [Gwenole Beauchesne] + (activated through the "--enable-vosf" configure option) + - Unix: added IRIX audio driver [Brian J. Johnson] + - Unix: improved timing of periodic threads + - Unix: command line options now use '--'-prefix, e.g. "--rominfo" + - AmigaOS: enabled floppy support, fixed floppy bugs [Jürgen Lachmann] + - AmigaOS: Amiga mouse pointer is hidden inside windowed Mac displays + - AmigaOS/sys_amiga.cpp: workaround for 2060scsi.device bug when + when reading from CD-ROM [Jürgen Lachmann] + - AmigaOS/prefs_editor_amiga.cpp: fixed bug when adding volumes + [Jürgen Lachmann] + - AmigaOS: added MacsBug support (tested with MacsBug6.6.1), + fixed bug [Jürgen Lachmann] + - AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered + by MacOS 8 + - AmigaOS: implemented XPRAM watchdog task + - AmigaOS/Unix/extfs_*.cpp: .finf helper file now stores complete + FInfo/FXInfo, replaced get/set_finder_*() functions by get/set_finfo() + - AmigaOS/Unix: it's possible to specify preferences items on the + command line + - BeOS: implemented the "powerrom_cpu" CPU engine for BeOS/PPC that + uses the 680x0 emulator contained in an Apple PowerMac ROM to run + Basilisk II (ca. 4x speed improvement); when running on a BeBox, + a PCI PowerMac ROM image is needed to use this (the path name of the + ROM file can be set with the preferences item "powerrom", default + is "PowerROM") + - include/macos_util.h: defines FOURCC() macro to make MacOS-like + four-character-codes, replaced most instances of multi-character + constants in the sources by this macro to avoid compiler warnings + - cdrom.cpp: implemented Status(6) call (return format list) + [Landon Fuller] + - Imported some changes from the Windows port, most notably FPU fixes + and the 1Hz interrupt [Lauri Pesonen] + - Ported Lauri Pesonen's FPU core to GCC/i386 [Gwenole Beauchesne] + +V0.8 (snapshot) - 13.Jul.2000 + - Unix: runs natively on NetBSD/m68k + - Unix: compiles without pthreads, but without serial/ethernet/audio + support + - Unix: "--without-mon" configure option now works + - Unix/video_x.cpp: DGA and SHM are only tried on local X11 displays + - Unix/video_x.cpp: re-integrated old window update method; frameskip=0 + ("Dynamic") selects new method, other values select old method + - Unix/prefs_editor_unix.cpp: new "Input" pane, containing keycode + and mouse wheel options + - AmigaOS: added support for CyberGraphX [Jürgen Lachmann] + - audio.cpp: audio_data is cleared on reset [Lauri Pesonen] + - prefs.cpp: empty string prefs items could be written to prefs file + but not read back correctly + - clip_*.cpp: added prefs item "noclipconversion" for turning off + charset conversion of text clips (only CR->LF gets translated), + [Toshimitsu Tanaka] + +V0.8 (snapshot) - 14.Mar.2000 + - Unix/video_x.cpp: new window refresh code [Samuel Lander] + - Unix/timer_unix.cpp: fixed time zone handling under Linux and SVR4 + +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 + +V0.8 (snapshot) - 22.Dec.1999 + - imported UAE CPU 0.8.10 changes + - new utility functions Mac_memset, Mac2Host_memcpy, Host2Mac_memcpu + and Mac2Mac_memcpy + - extfs.cpp: fixed bug in fs_rename() and fs_cat_move() (auxiliary + IOParam block was not in Mac address space and FSItem parent IDs + didn't get swapped) [Lauri Pesonen] + - extfs.cpp: several fixes [Lauri Pesonen] + - some provisions for using UAE CPU compiler (doesn't work yet) + - video_x.cpp: XFree86 VidMode extension is used to switch modes + in DGA mode + +V0.8 (snapshot) - 2.Nov.1999 + - fixed many UAE FPU bugs [Lauri Pesonen] + - added replacement for BlockMove() trap + - removed Windows sources from the source archive; a version of + these that actually compiles and works can be downloaded from + Lauri Pesonen's site + - removed the MemoryDispatch() replacement routine; the routine + in the ROM is now always used; this fixes the MacOS 8 Finder + copying bug and also most "unimplemented trap" errors on MacOS + bootup; yeah :-) + - a warning is issued if the ROM seems to require an FPU but FPU + emulation is turned off + - medium removal is allowed in CDROMExit() + - added (incomplete) emulation of 68040 instructions (CINV, CPUSH, + MOVE16 (Ax)+,(Ay)+, and FPU stack frames), enough to boot MacOS + - UAE CPU: opcode routines no longer return the cycle count + - extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info() + - Unix: added support for ESD audio output; merged with OSS audio + and put in a new "audio_oss_esd.cpp" file which is also used under + FreeBSD 3.x + - Unix: added mkinstalldirs to "make install" target + - Unix: cleaned up the configure script + - Unix: ROM breakpoint can be specified with "-break" command line + argument + - Unix: "-rominfo" command line argument to print information + about ROM version and tables + - Unix: ExtFS supports resource forks and Finder info (these are + kept in hidden ".finf" and ".rsrc" directories) + - Unix/audio_oss_esd.cpp: AudioStatus is re-set after determining + audio device capabilities (actual sample rate is also determined) + [Alexander R. Pruss] + - Unix/audio_oss_esd.cpp: "silence" in 8-bit mode used wrong fill + value (0 instead of 0x80) [Alexander R. Pruss] + - Unix/video_x.cpp: added mouse wheel support [Alexander R. Pruss] + - Unix/sys_unix.cpp: device size is read correctly under Linux + - AmigaOS: removed support for SAS/C + - AmigaOS/sys_amiga.cpp: supports 64-bit device I/O (NSD) + - AmigaOS/sys_amiga.cpp: device block size is respected on writes + +V0.8 (snapshot) - 21.Oct.1999 + - sony.cpp/disk.cpp/cdrom.cpp: disk insertions are now checked for + by an interrupt routine + - localizable strings are now split into a common and a platform- + specific set + - added external file system to access host OS files from the MacOS; + root directory is specified by the "extfs" prefs item + - moved most initialization/deinitialization code to InitAll() and + ExitAll() in main.cpp + - added patches for NetBSD [Bernd Sieker] + - corrected TimerDateTime() in timer_unix.cpp and timer_beos.cpp + [Toshimitsu Tanaka] + - AmigaOS: fixed crash when gtlayout.library was not present + - AmigaOS: now compiles with GCC (Geek Gadgets) + - AmigaOS/clip_amiga.cpp: fixed small bug in CR->LF translation + [Giacomo Magnini] + - Unix: compilation of cpuemu.cpp is now split in 8 parts + - Unix: volume list in GTK prefs editor is reorderable + - Unix: added fbdev DGA support and SPARC assembly optimizations to + UAE core [Gwenole Beauchesne] + +V0.7 (release 0.7-2) - 6.Oct.1999 + - Added BasiliskII.spec for making RPMs [with assistance from + Roman Niewiarowski] + - Unix: "basilisk_ii_keycodes" renamed to "keycodes", default + location of keycodes file is now /usr/local/share/BasiliskII/keycodes + - Unix: improved the install target, added uninstall target + - Unix/Windows: fixed bugs in protocol removal [Lauri Pesonen] + - Unix/Linux/NetDriver: removed MAKEDEV, functionality now included + in Makefile ("make dev") - Unix/sys_unix.cpp: Sys_open() checks whether an HFS volume is currently mounted under Linux and tries to unmount it - Unix/sys_unix.cpp: implemented SysAddDiskPrefs() for Linux (scans @@ -6,6 +159,11 @@ V0.7 (alpha) - Unix/sys_unix.cpp: implemented Sys(Prevent/Allow)Removal() [Ryan Cumming] - Unix/main_unix.cpp: added call to gtk_set_locale() before gtk_init() [Toshimitsu Tanaka] + - Unix/video_x.cpp: "dga" screen preferences now takes width and + height as parameters (e.g. dga/640/480), like "win" [Pablo Averbuj] + - Unix/video_x.cpp: Caps Lock behaves as expected [Pablo Averbuj] + - Unix/prefs_editor_gtk.cpp: made the window width/height widgets + comboboxes providing some useful defaults V0.7 (alpha) - 25.Jul.1999 - with 32-bit clean ROMs, the CPU type is now reported as a 68030