ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
(Generate patch)

Comparing BasiliskII/ChangeLog (file contents):
Revision 1.30 by cebix, 2000-06-23T14:22:41Z vs.
Revision 1.68 by cebix, 2001-06-30T12:58:05Z

# Line 1 | Line 1
1 < V0.8 (snapshot) -
1 > V1.0 (snapshot) - <date>
2 >        - added support for on-the-fly video resolution and depth seitching
3 >        - fsave/frestore emulation under AmigaOS and NetBSD/m68k always behave
4 >          like a 68882/68040 FPU, eliminating the need for 68060 FPU patches
5 >
6 > V0.9 (release 0.9-1) - 31.May 2001
7 >        - final adjustments for 0.9 release
8 >
9 > V0.9 (snapshot) - 29.May 2001
10 >        - added help for command line arguments, PrefsInit() now removes
11 >          all processed options
12 >        - serial_unix.cpp: input/output_thread_cancel weren't initialized
13 >          [Kolja Waschk]
14 >        - Unix: some performance improvements to VOSF screen update code
15 >          [Brian J. Johnson]
16 >        - Unix: renewed SIGSEGV support functions. Side effect: configure
17 >          script cleanups and probable Direct Addressing/VOSF support for
18 >          other platforms (NetBSD, AIX, OSF/1, Irix) [Gwenole Beauchesne]
19 >        - Unix: -Ofast option is supplied to MIPSPro compiler [Brian J. Johnson]
20 >        - Unix: workaround for IRIX pthreads bug in Delay_usec()
21 >          [Brian J. Johnson]
22 >        - Unix: FreeBSD configure script cleanups [Michael Alyn Miller]
23 >        - Unix: ether_linux.cpp moved and renamed to ether_unix.cpp, now
24 >          also works with the tap driver under FreeBSD [Michael Alyn Miller]
25 >        - BeOS: fixed some bugs in the extfs file types handling
26 >        - AmigaOS: SCSI buffer type can be selected
27 >
28 > V0.9 (snapshot) - 17.Feb.2001
29 >        - adapted for cxmon V3.0 which is now the required minimum
30 >        - UAE cpu: fixed a bug in the memory handlers preventing from
31 >          correctly updating 15 and 16 bpp displays on big endian systems
32 >        - Unix: added (experimental) real addressing mode [Gwenole Beauchesne]
33 >          (activated through the "--enable-addressing=real" configure option)
34 >        - Unix: added direct addressing mode [Gwenole Beauchesne]
35 >          (default addressing mode, if possible)
36 >        - Unix: added screen updates on SEGV signals [Gwenole Beauchesne]
37 >          (activated through the "--enable-vosf" configure option)
38 >        - Unix: added IRIX audio driver [Brian J. Johnson]
39 >        - Unix: improved timing of periodic threads
40 >        - Unix: command line options now use '--'-prefix, e.g. "--rominfo"
41 >        - AmigaOS: enabled floppy support, fixed floppy bugs [Jürgen Lachmann]
42 >        - AmigaOS: Amiga mouse pointer is hidden inside windowed Mac displays
43 >        - AmigaOS/sys_amiga.cpp: workaround for 2060scsi.device bug when
44 >          when reading from CD-ROM [Jürgen Lachmann]
45 >        - AmigaOS/prefs_editor_amiga.cpp: fixed bug when adding volumes
46 >          [Jürgen Lachmann]
47 >        - AmigaOS: added MacsBug support (tested with MacsBug6.6.1),
48 >          fixed <move sr,(sp)> bug [Jürgen Lachmann]
49 >        - AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered
50 >          by MacOS 8
51 >        - AmigaOS: implemented XPRAM watchdog task
52 >        - AmigaOS/Unix/extfs_*.cpp: .finf helper file now stores complete
53 >          FInfo/FXInfo, replaced get/set_finder_*() functions by get/set_finfo()
54 >        - AmigaOS/Unix: it's possible to specify preferences items on the
55 >          command line
56 >        - BeOS: implemented the "powerrom_cpu" CPU engine for BeOS/PPC that
57 >          uses the 680x0 emulator contained in an Apple PowerMac ROM to run
58 >          Basilisk II (ca. 4x speed improvement); when running on a BeBox,
59 >          a PCI PowerMac ROM image is needed to use this (the path name of the
60 >          ROM file can be set with the preferences item "powerrom", default
61 >          is "PowerROM")
62 >        - include/macos_util.h: defines FOURCC() macro to make MacOS-like
63 >          four-character-codes, replaced most instances of multi-character
64 >          constants in the sources by this macro to avoid compiler warnings
65 >        - cdrom.cpp: implemented Status(6) call (return format list)
66 >          [Landon Fuller]
67 >        - Imported some changes from the Windows port, most notably FPU fixes
68 >          and the 1Hz interrupt [Lauri Pesonen]
69 >        - Ported Lauri Pesonen's FPU core to GCC/i386 [Gwenole Beauchesne]
70 >
71 > V0.8 (snapshot) - 13.Jul.2000
72 >        - Unix: runs natively on NetBSD/m68k
73 >        - Unix: compiles without pthreads, but without serial/ethernet/audio
74 >          support
75 >        - Unix: "--without-mon" configure option now works
76 >        - Unix/video_x.cpp: DGA and SHM are only tried on local X11 displays
77 >        - Unix/video_x.cpp: re-integrated old window update method; frameskip=0
78 >          ("Dynamic") selects new method, other values select old method
79 >        - Unix/prefs_editor_unix.cpp: new "Input" pane, containing keycode
80 >          and mouse wheel options
81 >        - AmigaOS: added support for CyberGraphX [Jürgen Lachmann]
82          - audio.cpp: audio_data is cleared on reset [Lauri Pesonen]
83          - prefs.cpp: empty string prefs items could be written to prefs file
84            but not read back correctly
85          - clip_*.cpp: added prefs item "noclipconversion" for turning off
86            charset conversion of text clips (only CR->LF gets translated),
87            [Toshimitsu Tanaka]
8        - Unix: "--without-mon" configure option now works
88  
89   V0.8 (snapshot) - 14.Mar.2000
90          - Unix/video_x.cpp: new window refresh code [Samuel Lander]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines