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.70 by cebix, 2001-06-30T17:21:50Z vs.
Revision 1.83 by gbeauche, 2002-05-20T17:50:39Z

# Line 1 | Line 1
1   V1.0 (snapshot) - <date>
2 <        - added support for on-the-fly video resolution and depth switching
3 <        - fsave/frestore emulation under AmigaOS and NetBSD/m68k always behaves
4 <          like a 68882/68040 FPU, eliminating the need for 68060 FPU patches
2 > - fixed the problem with Ticks getting incremented on every interrupt, not
3 >   just 60Hz (e.g. moving the mouse made the caret blink faster)
4 > - Unix: cleaned up pthread attributes [Brian Johnson]
5 > - Unix: fixed floppy problems under Linux
6 > - Unix: implement "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc,
7 >   FreeBSD/x86
8 >
9 > V1.0 (snapshot) - 15.Jan.2002
10 > - added support for on-the-fly video resolution and depth switching, and
11 >   gamma tables
12 > - fsave/frestore emulation under AmigaOS and NetBSD/m68k always behaves like
13 >   a 68882/68040 FPU, eliminating the need for 68060 FPU patches
14 > - added support for platform-independant mutexes, used by adb.cpp for
15 >   thread-safe mouse handling
16 > - the TIME_OFFSET constant has been replaced by a (portable) function
17 >   TimeToMacTime(); file dates in ExtFS should now be correct
18 > - ADBInterrupt() is no longer called from the 60Hz interrupt but has its own
19 >   interrupt flag, potentially increasing the smoothness of mouse movement
20 > - ether.cpp: implemented relatively platform-independant "AppleTalk over UDP"
21 >   mode that doesn't require any special kernel modules or network drivers but
22 >   can only interconnect instances of Basilisk II; this is enabled by setting
23 >   "udptunnel" to true
24 > - Unix: windowed display mode supports different resolutions and color depths,
25 >   which can be switched on-the-fly
26 > - Unix: Ctrl-F5 grabs mouse in windowed mode (enhanced compatibility with
27 >   games like flight simulators)
28 > - Unix: X11 events are handled as soon as they arrive, outside of the 60Hz
29 >   video refresh raster
30 > - Unix: audio sample rate, bit depth and channel count are adjustable in the
31 >   MacOS "Sound" control panel
32  
33   V0.9 (release 0.9-1) - 31.May 2001
34 <        - final adjustments for 0.9 release
34 > - final adjustments for 0.9 release
35  
36   V0.9 (snapshot) - 29.May 2001
37 <        - added help for command line arguments, PrefsInit() now removes
38 <          all processed options
39 <        - serial_unix.cpp: input/output_thread_cancel weren't initialized
40 <          [Kolja Waschk]
41 <        - Unix: some performance improvements to VOSF screen update code
42 <          [Brian J. Johnson]
43 <        - Unix: renewed SIGSEGV support functions. Side effect: configure
44 <          script cleanups and probable Direct Addressing/VOSF support for
45 <          other platforms (NetBSD, AIX, OSF/1, Irix) [Gwenole Beauchesne]
46 <        - Unix: -Ofast option is supplied to MIPSPro compiler [Brian J. Johnson]
47 <        - Unix: workaround for IRIX pthreads bug in Delay_usec()
48 <          [Brian J. Johnson]
49 <        - Unix: FreeBSD configure script cleanups [Michael Alyn Miller]
50 <        - Unix: ether_linux.cpp moved and renamed to ether_unix.cpp, now
51 <          also works with the tap driver under FreeBSD [Michael Alyn Miller]
52 <        - BeOS: fixed some bugs in the extfs file types handling
26 <        - AmigaOS: SCSI buffer type can be selected
37 > - added help for command line arguments, PrefsInit() now removes all processed
38 >   options
39 > - serial_unix.cpp: input/output_thread_cancel weren't initialized
40 >   [Kolja Waschk]
41 > - Unix: some performance improvements to VOSF screen update code
42 >   [Brian J. Johnson]
43 > - Unix: renewed SIGSEGV support functions. Side effect: configure script
44 >   cleanups and probable Direct Addressing/VOSF support for other platforms
45 >   (NetBSD, AIX, OSF/1, Irix) [Gwenole Beauchesne]
46 > - Unix: -Ofast option is supplied to MIPSPro compiler [Brian J. Johnson]
47 > - Unix: workaround for IRIX pthreads bug in Delay_usec() [Brian J. Johnson]
48 > - Unix: FreeBSD configure script cleanups [Michael Alyn Miller]
49 > - Unix: ether_linux.cpp moved and renamed to ether_unix.cpp, now also works
50 >   with the tap driver under FreeBSD [Michael Alyn Miller]
51 > - BeOS: fixed some bugs in the extfs file types handling
52 > - AmigaOS: SCSI buffer type can be selected
53  
54   V0.9 (snapshot) - 17.Feb.2001
55 <        - adapted for cxmon V3.0 which is now the required minimum
56 <        - UAE cpu: fixed a bug in the memory handlers preventing from
57 <          correctly updating 15 and 16 bpp displays on big endian systems
58 <        - Unix: added (experimental) real addressing mode [Gwenole Beauchesne]
59 <          (activated through the "--enable-addressing=real" configure option)
60 <        - Unix: added direct addressing mode [Gwenole Beauchesne]
61 <          (default addressing mode, if possible)
62 <        - Unix: added screen updates on SEGV signals [Gwenole Beauchesne]
63 <          (activated through the "--enable-vosf" configure option)
64 <        - Unix: added IRIX audio driver [Brian J. Johnson]
65 <        - Unix: improved timing of periodic threads
66 <        - Unix: command line options now use '--'-prefix, e.g. "--rominfo"
67 <        - AmigaOS: enabled floppy support, fixed floppy bugs [Jürgen Lachmann]
68 <        - AmigaOS: Amiga mouse pointer is hidden inside windowed Mac displays
69 <        - AmigaOS/sys_amiga.cpp: workaround for 2060scsi.device bug when
70 <          when reading from CD-ROM [Jürgen Lachmann]
71 <        - AmigaOS/prefs_editor_amiga.cpp: fixed bug when adding volumes
72 <          [Jürgen Lachmann]
73 <        - AmigaOS: added MacsBug support (tested with MacsBug6.6.1),
74 <          fixed <move sr,(sp)> bug [Jürgen Lachmann]
75 <        - AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered
76 <          by MacOS 8
77 <        - AmigaOS: implemented XPRAM watchdog task
78 <        - AmigaOS/Unix/extfs_*.cpp: .finf helper file now stores complete
79 <          FInfo/FXInfo, replaced get/set_finder_*() functions by get/set_finfo()
80 <        - AmigaOS/Unix: it's possible to specify preferences items on the
81 <          command line
82 <        - BeOS: implemented the "powerrom_cpu" CPU engine for BeOS/PPC that
83 <          uses the 680x0 emulator contained in an Apple PowerMac ROM to run
84 <          Basilisk II (ca. 4x speed improvement); when running on a BeBox,
85 <          a PCI PowerMac ROM image is needed to use this (the path name of the
86 <          ROM file can be set with the preferences item "powerrom", default
87 <          is "PowerROM")
88 <        - include/macos_util.h: defines FOURCC() macro to make MacOS-like
89 <          four-character-codes, replaced most instances of multi-character
90 <          constants in the sources by this macro to avoid compiler warnings
91 <        - cdrom.cpp: implemented Status(6) call (return format list)
92 <          [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]
55 > - adapted for cxmon V3.0 which is now the required minimum
56 > - UAE cpu: fixed a bug in the memory handlers preventing from correctly
57 >   updating 15 and 16 bpp displays on big endian systems
58 > - Unix: added (experimental) real addressing mode [Gwenole Beauchesne]
59 >   (activated through the "--enable-addressing=real" configure option)
60 > - Unix: added direct addressing mode [Gwenole Beauchesne] (default addressing
61 >   mode, if possible)
62 > - Unix: added screen updates on SEGV signals [Gwenole Beauchesne] (activated
63 >   through the "--enable-vosf" configure option)
64 > - Unix: added IRIX audio driver [Brian J. Johnson]
65 > - Unix: improved timing of periodic threads
66 > - Unix: command line options now use '--'-prefix, e.g. "--rominfo"
67 > - AmigaOS: enabled floppy support, fixed floppy bugs [Jürgen Lachmann]
68 > - AmigaOS: Amiga mouse pointer is hidden inside windowed Mac displays
69 > - AmigaOS/sys_amiga.cpp: workaround for 2060scsi.device bug when when reading
70 >   from CD-ROM [Jürgen Lachmann]
71 > - AmigaOS/prefs_editor_amiga.cpp: fixed bug when adding volumes
72 >   [Jürgen Lachmann]
73 > - AmigaOS: added MacsBug support (tested with MacsBug6.6.1), fixed
74 >   <move sr,(sp)> bug [Jürgen Lachmann]
75 > - AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered by
76 >   MacOS 8
77 > - AmigaOS: implemented XPRAM watchdog task
78 > - AmigaOS/Unix/extfs_*.cpp: .finf helper file now stores complete
79 >   FInfo/FXInfo, replaced get/set_finder_*() functions by get/set_finfo()
80 > - AmigaOS/Unix: it's possible to specify preferences items on the command line
81 > - BeOS: implemented the "powerrom_cpu" CPU engine for BeOS/PPC that uses the
82 >   680x0 emulator contained in an Apple PowerMac ROM to run Basilisk II (ca.
83 >   4x speed improvement); when running on a BeBox, a PCI PowerMac ROM image is
84 >   needed to use this (the path name of the ROM file can be set with the
85 >   preferences item "powerrom", default is "PowerROM")
86 > - include/macos_util.h: defines FOURCC() macro to make MacOS-like
87 >   four-character-codes, replaced most instances of multi-character constants
88 >   in the sources by this macro to avoid compiler warnings
89 > - cdrom.cpp: implemented Status(6) call (return format list) [Landon Fuller]
90 > - Imported some changes from the Windows port, most notably FPU fixes and the
91 >   1Hz interrupt [Lauri Pesonen]
92 > - Ported Lauri Pesonen's FPU core to GCC/i386 [Gwenole Beauchesne]
93  
94   V0.8 (snapshot) - 13.Jul.2000
95 <        - Unix: runs natively on NetBSD/m68k
96 <        - Unix: compiles without pthreads, but without serial/ethernet/audio
97 <          support
98 <        - Unix: "--without-mon" configure option now works
99 <        - Unix/video_x.cpp: DGA and SHM are only tried on local X11 displays
100 <        - Unix/video_x.cpp: re-integrated old window update method; frameskip=0
101 <          ("Dynamic") selects new method, other values select old method
102 <        - Unix/prefs_editor_unix.cpp: new "Input" pane, containing keycode
103 <          and mouse wheel options
104 <        - AmigaOS: added support for CyberGraphX [Jürgen Lachmann]
105 <        - audio.cpp: audio_data is cleared on reset [Lauri Pesonen]
106 <        - prefs.cpp: empty string prefs items could be written to prefs file
107 <          but not read back correctly
108 <        - clip_*.cpp: added prefs item "noclipconversion" for turning off
86 <          charset conversion of text clips (only CR->LF gets translated),
87 <          [Toshimitsu Tanaka]
95 > - Unix: runs natively on NetBSD/m68k
96 > - Unix: compiles without pthreads, but without serial/ethernet/audio support
97 > - Unix: "--without-mon" configure option now works
98 > - Unix/video_x.cpp: DGA and SHM are only tried on local X11 displays
99 > - Unix/video_x.cpp: re-integrated old window update method; frameskip=0
100 >   ("Dynamic") selects new method, other values select old method
101 > - Unix/prefs_editor_unix.cpp: new "Input" pane, containing keycode and mouse
102 >   wheel options
103 > - AmigaOS: added support for CyberGraphX [Jürgen Lachmann]
104 > - audio.cpp: audio_data is cleared on reset [Lauri Pesonen]
105 > - prefs.cpp: empty string prefs items could be written to prefs file but not
106 >   read back correctly
107 > - clip_*.cpp: added prefs item "noclipconversion" for turning off charset
108 >   conversion of text clips (only CR->LF gets translated) [Toshimitsu Tanaka]
109  
110   V0.8 (snapshot) - 14.Mar.2000
111 <        - Unix/video_x.cpp: new window refresh code [Samuel Lander]
112 <        - Unix/timer_unix.cpp: fixed time zone handling under Linux and SVR4
111 > - Unix/video_x.cpp: new window refresh code [Samuel Lander]
112 > - Unix/timer_unix.cpp: fixed time zone handling under Linux and SVR4
113  
114   V0.8 (release 0.8-1) - 30.Jan.2000
115 <        - extfs: extended size of finf helper files to 32 bytes to eventually
116 <          allow storing the complete FInfo/FXInfo in it
115 > - extfs: extended size of finf helper files to 32 bytes to eventually allow
116 >   storing the complete FInfo/FXInfo in it
117  
118   V0.8 (snapshot) - 22.Dec.1999
119 <        - imported UAE CPU 0.8.10 changes
120 <        - new utility functions Mac_memset, Mac2Host_memcpy, Host2Mac_memcpu
121 <          and Mac2Mac_memcpy
122 <        - extfs.cpp: fixed bug in fs_rename() and fs_cat_move() (auxiliary
123 <          IOParam block was not in Mac address space and FSItem parent IDs
124 <          didn't get swapped) [Lauri Pesonen]
125 <        - extfs.cpp: several fixes [Lauri Pesonen]
126 <        - some provisions for using UAE CPU compiler (doesn't work yet)
127 <        - video_x.cpp: XFree86 VidMode extension is used to switch modes
107 <          in DGA mode
119 > - imported UAE CPU 0.8.10 changes
120 > - new utility functions Mac_memset, Mac2Host_memcpy, Host2Mac_memcpu and
121 >   Mac2Mac_memcpy
122 > - extfs.cpp: fixed bug in fs_rename() and fs_cat_move() (auxiliary IOParam
123 >   block was not in Mac address space and FSItem parent IDs didn't get swapped)
124 >   [Lauri Pesonen]
125 > - extfs.cpp: several fixes [Lauri Pesonen]
126 > - some provisions for using UAE CPU compiler (doesn't work yet)
127 > - video_x.cpp: XFree86 VidMode extension is used to switch modes in DGA mode
128  
129   V0.8 (snapshot) - 2.Nov.1999
130 <        - fixed many UAE FPU bugs [Lauri Pesonen]
131 <        - added replacement for BlockMove() trap
132 <        - removed Windows sources from the source archive; a version of
133 <          these that actually compiles and works can be downloaded from
134 <          Lauri Pesonen's site
135 <        - removed the MemoryDispatch() replacement routine; the routine
136 <          in the ROM is now always used; this fixes the MacOS 8 Finder
137 <          copying bug and also most "unimplemented trap" errors on MacOS
138 <          bootup; yeah :-)
139 <        - a warning is issued if the ROM seems to require an FPU but FPU
140 <          emulation is turned off
141 <        - medium removal is allowed in CDROMExit()
142 <        - added (incomplete) emulation of 68040 instructions (CINV, CPUSH,
143 <          MOVE16 (Ax)+,(Ay)+, and FPU stack frames), enough to boot MacOS
144 <        - UAE CPU: opcode routines no longer return the cycle count
145 <        - extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info()
146 <        - Unix: added support for ESD audio output; merged with OSS audio
147 <          and put in a new "audio_oss_esd.cpp" file which is also used under
148 <          FreeBSD 3.x
149 <        - Unix: added mkinstalldirs to "make install" target
150 <        - Unix: cleaned up the configure script
151 <        - Unix: ROM breakpoint can be specified with "-break" command line
152 <          argument
153 <        - Unix: "-rominfo" command line argument to print information
154 <          about ROM version and tables
155 <        - Unix: ExtFS supports resource forks and Finder info (these are
156 <          kept in hidden ".finf" and ".rsrc" directories)
157 <        - Unix/audio_oss_esd.cpp: AudioStatus is re-set after determining
158 <          audio device capabilities (actual sample rate is also determined)
159 <          [Alexander R. Pruss]
160 <        - Unix/audio_oss_esd.cpp: "silence" in 8-bit mode used wrong fill
161 <          value (0 instead of 0x80) [Alexander R. Pruss]
162 <        - Unix/video_x.cpp: added mouse wheel support [Alexander R. Pruss]
143 <        - Unix/sys_unix.cpp: device size is read correctly under Linux
144 <        - AmigaOS: removed support for SAS/C
145 <        - AmigaOS/sys_amiga.cpp: supports 64-bit device I/O (NSD)
146 <        - AmigaOS/sys_amiga.cpp: device block size is respected on writes
130 > - fixed many UAE FPU bugs [Lauri Pesonen]
131 > - added replacement for BlockMove() trap
132 > - removed Windows sources from the source archive; a version of these that
133 >   actually compiles and works can be downloaded from Lauri Pesonen's site
134 > - removed the MemoryDispatch() replacement routine; the routine in the ROM is
135 >   now always used; this fixes the MacOS 8 Finder copying bug and also most
136 >   "unimplemented trap" errors on MacOS bootup; yeah :-)
137 > - a warning is issued if the ROM seems to require an FPU but FPU emulation is
138 >   turned off
139 > - medium removal is allowed in CDROMExit()
140 > - added (incomplete) emulation of 68040 instructions (CINV, CPUSH,
141 >   MOVE16 (Ax)+,(Ay)+, and FPU stack frames), enough to boot MacOS
142 > - UAE CPU: opcode routines no longer return the cycle count
143 > - extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info()
144 > - Unix: added support for ESD audio output; merged with OSS audio and put in
145 >   a new "audio_oss_esd.cpp" file which is also used under FreeBSD 3.x
146 > - Unix: added mkinstalldirs to "make install" target
147 > - Unix: cleaned up the configure script
148 > - Unix: ROM breakpoint can be specified with "-break" command line argument
149 > - Unix: "-rominfo" command line argument to print information about ROM
150 >   version and tables
151 > - Unix: ExtFS supports resource forks and Finder info (these are kept in
152 >   hidden ".finf" and ".rsrc" directories)
153 > - Unix/audio_oss_esd.cpp: AudioStatus is re-set after determining audio
154 >   device capabilities (actual sample rate is also determined)
155 >   [Alexander R. Pruss]
156 > - Unix/audio_oss_esd.cpp: "silence" in 8-bit mode used wrong fill value
157 >   (0 instead of 0x80) [Alexander R. Pruss]
158 > - Unix/video_x.cpp: added mouse wheel support [Alexander R. Pruss]
159 > - Unix/sys_unix.cpp: device size is read correctly under Linux
160 > - AmigaOS: removed support for SAS/C
161 > - AmigaOS/sys_amiga.cpp: supports 64-bit device I/O (NSD)
162 > - AmigaOS/sys_amiga.cpp: device block size is respected on writes
163  
164   V0.8 (snapshot) - 21.Oct.1999
165 <        - sony.cpp/disk.cpp/cdrom.cpp: disk insertions are now checked for
166 <          by an interrupt routine
167 <        - localizable strings are now split into a common and a platform-
168 <          specific set
169 <        - added external file system to access host OS files from the MacOS;
170 <          root directory is specified by the "extfs" prefs item
171 <        - moved most initialization/deinitialization code to InitAll() and
172 <          ExitAll() in main.cpp
173 <        - added patches for NetBSD [Bernd Sieker]
174 <        - corrected TimerDateTime() in timer_unix.cpp and timer_beos.cpp
175 <          [Toshimitsu Tanaka]
176 <        - AmigaOS: fixed crash when gtlayout.library was not present
177 <        - AmigaOS: now compiles with GCC (Geek Gadgets)
178 <        - AmigaOS/clip_amiga.cpp: fixed small bug in CR->LF translation
179 <          [Giacomo Magnini]
180 <        - Unix: compilation of cpuemu.cpp is now split in 8 parts
181 <        - Unix: volume list in GTK prefs editor is reorderable
182 <        - Unix: added fbdev DGA support and SPARC assembly optimizations to
167 <          UAE core [Gwenole Beauchesne]
165 > - sony.cpp/disk.cpp/cdrom.cpp: disk insertions are now checked for by an
166 >   interrupt routine
167 > - localizable strings are now split into a common and a platform-specific set
168 > - added external file system to access host OS files from the MacOS; root
169 >   directory is specified by the "extfs" prefs item
170 > - moved most initialization/deinitialization code to InitAll() and ExitAll()
171 >   in main.cpp
172 > - added patches for NetBSD [Bernd Sieker]
173 > - corrected TimerDateTime() in timer_unix.cpp and timer_beos.cpp
174 >   [Toshimitsu Tanaka]
175 > - AmigaOS: fixed crash when gtlayout.library was not present
176 > - AmigaOS: now compiles with GCC (Geek Gadgets)
177 > - AmigaOS/clip_amiga.cpp: fixed small bug in CR->LF translation
178 >   [Giacomo Magnini]
179 > - Unix: compilation of cpuemu.cpp is now split in 8 parts
180 > - Unix: volume list in GTK prefs editor is reorderable
181 > - Unix: added fbdev DGA support and SPARC assembly optimizations to UAE core
182 >   [Gwenole Beauchesne]
183  
184   V0.7 (release 0.7-2) - 6.Oct.1999
185 <        - Added BasiliskII.spec for making RPMs [with assistance from
186 <          Roman Niewiarowski]
187 <        - Unix: "basilisk_ii_keycodes" renamed to "keycodes", default
188 <          location of keycodes file is now /usr/local/share/BasiliskII/keycodes
189 <        - Unix: improved the install target, added uninstall target
190 <        - Unix/Windows: fixed bugs in protocol removal [Lauri Pesonen]
191 <        - Unix/Linux/NetDriver: removed MAKEDEV, functionality now included
192 <          in Makefile ("make dev")
193 <        - Unix/sys_unix.cpp: Sys_open() checks whether an HFS volume is currently
194 <          mounted under Linux and tries to unmount it
195 <        - Unix/sys_unix.cpp: implemented SysAddDiskPrefs() for Linux (scans
196 <          /etc/fstab to find HFS volumes)
197 <        - Unix/sys_unix.cpp: implemented Sys(Prevent/Allow)Removal() [Ryan Cumming]
198 <        - Unix/main_unix.cpp: added call to gtk_set_locale() before gtk_init()
199 <          [Toshimitsu Tanaka]
200 <        - Unix/video_x.cpp: "dga" screen preferences now takes width and
201 <          height as parameters (e.g. dga/640/480), like "win" [Pablo Averbuj]
202 <        - Unix/video_x.cpp: Caps Lock behaves as expected [Pablo Averbuj]
203 <        - Unix/prefs_editor_gtk.cpp: made the window width/height widgets
204 <          comboboxes providing some useful defaults
185 > - Added BasiliskII.spec for making RPMs [with assistance from Roman
186 >   Niewiarowski]
187 > - Unix: "basilisk_ii_keycodes" renamed to "keycodes", default location of
188 >   keycodes file is now /usr/local/share/BasiliskII/keycodes
189 > - Unix: improved the install target, added uninstall target
190 > - Unix/Windows: fixed bugs in protocol removal [Lauri Pesonen]
191 > - Unix/Linux/NetDriver: removed MAKEDEV, functionality now included in
192 >   Makefile ("make dev")
193 > - Unix/sys_unix.cpp: Sys_open() checks whether an HFS volume is currently
194 >   mounted under Linux and tries to unmount it
195 > - Unix/sys_unix.cpp: implemented SysAddDiskPrefs() for Linux (scans /etc/fstab
196 >   to find HFS volumes)
197 > - Unix/sys_unix.cpp: implemented Sys(Prevent/Allow)Removal() [Ryan Cumming]
198 > - Unix/main_unix.cpp: added call to gtk_set_locale() before gtk_init()
199 >   [Toshimitsu Tanaka]
200 > - Unix/video_x.cpp: "dga" screen preferences now takes width and height as
201 >   parameters (e.g. dga/640/480), like "win" [Pablo Averbuj]
202 > - Unix/video_x.cpp: Caps Lock behaves as expected [Pablo Averbuj]
203 > - Unix/prefs_editor_gtk.cpp: made the window width/height widgets comboboxes
204 >   providing some useful defaults
205  
206   V0.7 (alpha) - 25.Jul.1999
207 <        - with 32-bit clean ROMs, the CPU type is now reported as a 68030
208 <          (for those OpenTransport fans :-)
209 <        - added new prefs item "nosound" to disable sound output
210 <        - sound output implemented for BeOS, Linux, Solaris and AmigaOS
211 <          (requires Sound Manager 3.x)
212 <        - dummy/audio_dummy.cpp: created
213 <        - dummy/prefs_dummy.cpp: created
214 <        - dummy/xpram_dummy.cpp: created
215 <        - macos_util.cpp: added FileDiskLayout()
216 <        - video.cpp: removed useless BlankMousePointer flag
217 <        - uae_cpu: updated to UAE 0.8.9
218 <        - uae_cpu/gencpu.c: fixed bug in CAS2, OpenTransport works now
219 <        - Unix: moved Linux- and FreeBSD-specific files to their respective
220 <          directories
221 <        - Unix: added 64-bit data types (needed by timer_unix.cpp)
222 <        - Unix: added keyboard translation method using raw keycodes instead of
223 <          keysyms (controlled by "keycodes" and "keycodefile" prefs items) which
224 <          doesn't depend on the selected keymap
225 <        - Unix: when running as root, Basilisk II tries to assign real-time
226 <          priorities to some threads
227 <        - Unix: calls to nanosleep() protected by autoconf define
228 <        - Unix/main_unix.cpp: tick thread replaced by POSIX.4 timer when possible
229 <        - Unix/timer_unix.cpp: uses POSIX.4 timing facilities when possible
230 <        - Unix/video_x.cpp: all X calls during emulation are now done from
231 <          the redraw thread which is also active in DGA mode; as a result,
232 <          XLockServer()/XUnlockServer() are no longer necessary
233 <        - Unix/sysdeps.h: changed C++ comments to C comments as this file is
234 <          included by some *.c files in uae_cpu [Brian J. Johnson]
235 <        - Unix/sysdeps.h: added unaligned access functions for SGI MIPSPro
236 <          compiler [Brian J. Johnson]
237 <        - Unix/Irix/unaligned.c: created [Brian J. Johnson]
238 <        - Windows: updated sources
207 > - with 32-bit clean ROMs, the CPU type is now reported as a 68030 (for those
208 >   OpenTransport fans :-)
209 > - added new prefs item "nosound" to disable sound output
210 > - sound output implemented for BeOS, Linux, Solaris and AmigaOS (requires
211 >   Sound Manager 3.x)
212 > - dummy/audio_dummy.cpp: created
213 > - dummy/prefs_dummy.cpp: created
214 > - dummy/xpram_dummy.cpp: created
215 > - macos_util.cpp: added FileDiskLayout()
216 > - video.cpp: removed useless BlankMousePointer flag
217 > - uae_cpu: updated to UAE 0.8.9
218 > - uae_cpu/gencpu.c: fixed bug in CAS2, OpenTransport works now
219 > - Unix: moved Linux- and FreeBSD-specific files to their respective
220 >   directories
221 > - Unix: added 64-bit data types (needed by timer_unix.cpp)
222 > - Unix: added keyboard translation method using raw keycodes instead of
223 >   keysyms (controlled by "keycodes" and "keycodefile" prefs items) which
224 >   doesn't depend on the selected keymap
225 > - Unix: when running as root, Basilisk II tries to assign real-time priorities
226 >   to some threads
227 > - Unix: calls to nanosleep() protected by autoconf define
228 > - Unix/main_unix.cpp: tick thread replaced by POSIX.4 timer when possible
229 > - Unix/timer_unix.cpp: uses POSIX.4 timing facilities when possible
230 > - Unix/video_x.cpp: all X calls during emulation are now done from the redraw
231 >   thread which is also active in DGA mode; as a result,
232 >   XLockServer()/XUnlockServer() are no longer necessary
233 > - Unix/sysdeps.h: changed C++ comments to C comments as this file is included
234 >   by some *.c files in uae_cpu [Brian J. Johnson]
235 > - Unix/sysdeps.h: added unaligned access functions for SGI MIPSPro compiler
236 >   [Brian J. Johnson]
237 > - Unix/Irix/unaligned.c: created [Brian J. Johnson]
238 > - Windows: updated sources
239  
240   V0.6 (alpha) - 12.Jul.1999
241 <        - Unix: Basilisk II now accepts a "-display <display>" argument to
242 <          specify the X display to use
243 <        - Unix: mounting floppies with Ctrl-F1 now works
244 <        - Unix/ether_linux.cpp: now works when ethertap is configured for
245 <          multicast support
246 <        - Unix/main_unix.cpp: XOpenDisplay() is now called from main()
247 <        - Unix/scsi_freebsd.cpp: added support for FreeBSD 2.x [Orlando Bassotto]
248 <        - Unix/posix_sem.cpp: updated [Orlando Bassotto]
249 <        - Unix/prefs_editor_gtk.cpp: serial pane recognizes FreeBSD serial/
250 <          printer devices [Orlando Bassotto]
251 <        - Unix/serial_unix.cpp: FreeBSD printer devices are recognized
252 <          [Orlando Bassotto]
253 <        - Unix/sys_unix.cpp: FreeBSD CD-ROM/floppy support, correct default
254 <          serial prefs for FreeBSD [Orlando Bassotto]
255 <        - Unix/sys_unix.cpp: fixed SysIsDiskInserted for Linux floppy
256 <        - Unix/FreeBSD/scsidump.cpp: added [Orlando Bassotto]
241 > - Unix: Basilisk II now accepts a "-display <display>" argument to specify the
242 >   X display to use
243 > - Unix: mounting floppies with Ctrl-F1 now works
244 > - Unix/ether_linux.cpp: now works when ethertap is configured for multicast
245 >   support
246 > - Unix/main_unix.cpp: XOpenDisplay() is now called from main()
247 > - Unix/scsi_freebsd.cpp: added support for FreeBSD 2.x [Orlando Bassotto]
248 > - Unix/posix_sem.cpp: updated [Orlando Bassotto]
249 > - Unix/prefs_editor_gtk.cpp: serial pane recognizes FreeBSD serial/printer
250 >   devices [Orlando Bassotto]
251 > - Unix/serial_unix.cpp: FreeBSD printer devices are recognized
252 >   [Orlando Bassotto]
253 > - Unix/sys_unix.cpp: FreeBSD CD-ROM/floppy support, correct default serial
254 >   prefs for FreeBSD [Orlando Bassotto]
255 > - Unix/sys_unix.cpp: fixed SysIsDiskInserted for Linux floppy
256 > - Unix/FreeBSD/scsidump.cpp: added [Orlando Bassotto]
257  
258   V0.6 (alpha) - 5.Jul.1999
259 <        - fixed mouse for Classic ROM and MacOS 6.x/7.x
260 <        - Unix/ether_linux.cpp: added ethertap support (see README for details)
261 <        - dummy/clip_dummy.cpp: created
259 > - fixed mouse for Classic ROM and MacOS 6.x/7.x
260 > - Unix/ether_linux.cpp: added ethertap support (see README for details)
261 > - dummy/clip_dummy.cpp: created
262  
263   V0.6 (alpha) - 2.Jul.1999
264 <        - rom_patches.cpp: added CheckROM() which has to be called before
265 <          PatchROM()
266 <        - rom_patches.cpp: started ROM patches for Classic/SE ROMs
267 <        - adb.cpp: ADB handlers get ADBBase passed in a3
268 <        - adb.cpp: moved temporary data area to ADBBase+0x163 (Mac Classic
269 <          mouse handler wants it there)
270 <        - emul_op.cpp/EMUL_OP_CLKNOMEM: reading from the RTC time registers
271 <          yields the correct time and date
272 <        - uae_cpu/cpu_emulation.h: added FLAYOUT_NONE to disable frame buffer
273 <          mapping
274 <        - uae_cpu/basilisk_glue.cpp: RAMBaseMac/ROMBaseMac are now set in
275 <          Init680x0() (instead of main_*.cpp)
276 <        - uae_cpu/memory.cpp: added support for Mac Plus/II memory maps
277 <          and 24 bit addressing
278 <        - uae_cpu/newcpu.cpp: re-implemented support for 68000/010 emulation
279 <        - uae_cpu/cpuopti.c: patched for egcs [Orlando Bassotto]
280 <        - main_*.cpp: added TwentyFourBitAddressing flag
281 <        - main_*.cpp: CPU type and addressing mode depends on ROM version
282 <        - main_*.cpp: tick thread changed to use new TimerDateTime() function
283 <        - include/video.h: VideoInit() takes "classic" parameter to select
284 <          "Classic" video mode (512x342, 1-bit)
285 <        - include/timer.h: new function TimerDateTime() to get local date/time
286 <          in Mac format
287 <        - Unix: support for FreeBSD [Orlando Bassotto]
288 <        - Unix/scsi_freebsd-cam.cpp: created [Orlando Bassotto]
289 <        - Unix/posix_sem.cpp: created [Orlando Bassotto]
290 <        - Unix/main_unix.cpp: added call to XF86DGAForkApp()
291 <        - Unix/video_x.cpp: support for Classic video mode and display on
292 <          1-bit screens
293 <        - Unix/video_x.cpp: added check whether screen is really DGA capable
294 <        - Unix/video_x.cpp: added check for image endianess
295 <        - Unix/sys_unix.cpp: added replacement for Linux llseek() for platforms
296 <          that don't have it
297 <        - Unix/*.cpp: replaced sleep()/usleep() by nanosleep()
283 <        - Amiga/prefs_editor_amiga.cpp: ROM file selection via file requester
284 <          didn't work
264 > - rom_patches.cpp: added CheckROM() which has to be called before PatchROM()
265 > - rom_patches.cpp: started ROM patches for Classic/SE ROMs
266 > - adb.cpp: ADB handlers get ADBBase passed in a3
267 > - adb.cpp: moved temporary data area to ADBBase+0x163 (Mac Classic mouse
268 >   handler wants it there)
269 > - emul_op.cpp/EMUL_OP_CLKNOMEM: reading from the RTC time registers yields
270 >   the correct time and date
271 > - uae_cpu/cpu_emulation.h: added FLAYOUT_NONE to disable frame buffer mapping
272 > - uae_cpu/basilisk_glue.cpp: RAMBaseMac/ROMBaseMac are now set in Init680x0()
273 >   (instead of main_*.cpp)
274 > - uae_cpu/memory.cpp: added support for Mac Plus/II memory maps and 24 bit
275 >   addressing
276 > - uae_cpu/newcpu.cpp: re-implemented support for 68000/010 emulation
277 > - uae_cpu/cpuopti.c: patched for egcs [Orlando Bassotto]
278 > - main_*.cpp: added TwentyFourBitAddressing flag
279 > - main_*.cpp: CPU type and addressing mode depends on ROM version
280 > - main_*.cpp: tick thread changed to use new TimerDateTime() function
281 > - include/video.h: VideoInit() takes "classic" parameter to select "Classic"
282 >   video mode (512x342, 1-bit)
283 > - include/timer.h: new function TimerDateTime() to get local date/time in Mac
284 >   format
285 > - Unix: support for FreeBSD [Orlando Bassotto]
286 > - Unix/scsi_freebsd-cam.cpp: created [Orlando Bassotto]
287 > - Unix/posix_sem.cpp: created [Orlando Bassotto]
288 > - Unix/main_unix.cpp: added call to XF86DGAForkApp()
289 > - Unix/video_x.cpp: support for Classic video mode and display on 1-bit
290 >   screens
291 > - Unix/video_x.cpp: added check whether screen is really DGA capable
292 > - Unix/video_x.cpp: added check for image endianess
293 > - Unix/sys_unix.cpp: added replacement for Linux llseek() for platforms that
294 >   don't have it
295 > - Unix/*.cpp: replaced sleep()/usleep() by nanosleep()
296 > - Amiga/prefs_editor_amiga.cpp: ROM file selection via file requester didn't
297 >   work
298  
299   V0.6 (alpha) - 22.Jun.1999
300 <        - fixed small compilation problems on BeOS/x86
301 <        - rsrc_patches.cpp: fixed for MacOS 7.6.1
302 <        - dummy/scsi_dummy.cpp: scsi_send_cmd() was missing timeout parameter
303 <        - Unix/video_x.cpp: fixed compilation problem on systems without DGA
304 <        - BeOS/prefs_editor_beos.cpp: it is now possible to drop ROM files on
305 <          the "ROM File" control
306 <        - BeOS/sys_beos.cpp: Basilisk II will not try to unmount volumes (from
307 <          BeOS) that are to be mounted read-only
300 > - fixed small compilation problems on BeOS/x86
301 > - rsrc_patches.cpp: fixed for MacOS 7.6.1
302 > - dummy/scsi_dummy.cpp: scsi_send_cmd() was missing timeout parameter
303 > - Unix/video_x.cpp: fixed compilation problem on systems without DGA
304 > - BeOS/prefs_editor_beos.cpp: it is now possible to drop ROM files on the
305 >   "ROM File" control
306 > - BeOS/sys_beos.cpp: Basilisk II will not try to unmount volumes (from BeOS)
307 >   that are to be mounted read-only
308  
309   V0.6 (alpha) - 20.Jun.1999
310 <        - scsi.cpp: added "timeout" parameter to scsi_send_cmd()
311 <        - scsi_*.cpp: fixed S/G table processing bug in scsi_send_cmd()
312 <          (every entry was written to/read from the same buffer address)
313 <        - Unix/scsi_linux.cpp: implemented
314 <        - Unix/video_x.cpp: new hotkeys: Ctrl-Esc = emergency quit from DGA mode,
315 <          Ctrl-Tab = suspend DGA mode
316 <        - Unix/video_x.cpp: implemented VideoQuitFullScreen() (used by
317 <          ErrorAlert())
318 <        - BeOS/video_beos.cpp: implemented VideoQuitFullScreen() (used by
306 <          ErrorAlert())
310 > - scsi.cpp: added "timeout" parameter to scsi_send_cmd()
311 > - scsi_*.cpp: fixed S/G table processing bug in scsi_send_cmd() (every entry
312 >   was written to/read from the same buffer address)
313 > - Unix/scsi_linux.cpp: implemented
314 > - Unix/video_x.cpp: new hotkeys:
315 >     Ctrl-Esc = emergency quit from DGA mode,
316 >     Ctrl-Tab = suspend DGA mode
317 > - Unix/video_x.cpp: implemented VideoQuitFullScreen() (used by ErrorAlert())
318 > - BeOS/video_beos.cpp: implemented VideoQuitFullScreen() (used by ErrorAlert())
319  
320   V0.6 (alpha) - 19.Jun.1999
321 <        - sys_*.cpp: 400K DiskCopy disk images are now recognized (84 byte
322 <          header)
323 <        - user_strings.cpp: added strings for GTK preferences editor
324 <        - Unix: implemented preferences editor (requires GTK)
325 <        - Unix: added "install" target to Makefile
326 <        - Unix: created minimal man page
327 <        - Unix/main_unix.cpp: ErrorAlert() and WarningAlert() pop up dialog
328 <          boxes when GTK is present
329 <        - BeOS/prefs_editor_beos.cpp: added "Create" button to volume list
318 <        - BeOS/prefs_editor_beos.cpp: "About" dialog added
321 > - sys_*.cpp: 400K DiskCopy disk images are now recognized (84 byte header)
322 > - user_strings.cpp: added strings for GTK preferences editor
323 > - Unix: implemented preferences editor (requires GTK)
324 > - Unix: added "install" target to Makefile
325 > - Unix: created minimal man page
326 > - Unix/main_unix.cpp: ErrorAlert() and WarningAlert() pop up dialog boxes when
327 >   GTK is present
328 > - BeOS/prefs_editor_beos.cpp: added "Create" button to volume list
329 > - BeOS/prefs_editor_beos.cpp: "About" dialog added
330  
331   V0.5 (alpha) - 13.Jun.1999
332 <        - prefs.cpp: added ZapPRAM()
333 <        - prefs.cpp: PrefsReplaceString() can now take an index
334 <        - user_strings.cpp: added strings for preferences editor
335 <        - prefs_editor_*.*: created
336 <        - sys.h: SysCDStop() now takes the MSF address of the lead-out track
337 <          as a parameter
338 <        - AmigaOS: start offset and size of devices is now given in blocks,
339 <          not bytes
340 <        - AmigaOS: implemented preferences editor
341 <        - BeOS: implemented preferences editor
342 <        - AmigaOS/sys_amiga.cpp: added checks for NSD and 64-bit TD commands
343 <          (not yet used)
344 <        - AmigaOS/sys_amiga.cpp: implemented CD audio commands
345 <        - Unix/sys_unix.cpp: CD-ROM devices are opened with O_NONBLOCK flag
346 <        - Unix/sys_unix.cpp: using CDROM_DRIVE_STATUS to check for inserted
347 <          disks if drive supports it
348 <        - Unix/sys_unix.cpp: CD-ROM devices are closed and reopened on eject
349 <          to clear the driver's internal buffers
350 <        - Unix/video_x.cpp: added incremental refresh mode [David Lawrence]
340 <        - Unix/video_x.cpp: small changes to the DGA code
332 > - prefs.cpp: added ZapPRAM()
333 > - prefs.cpp: PrefsReplaceString() can now take an index
334 > - user_strings.cpp: added strings for preferences editor
335 > - prefs_editor_*.*: created
336 > - sys.h: SysCDStop() now takes the MSF address of the lead-out track as a
337 >   parameter
338 > - AmigaOS: start offset and size of devices is now given in blocks, not bytes
339 > - AmigaOS: implemented preferences editor
340 > - BeOS: implemented preferences editor
341 > - AmigaOS/sys_amiga.cpp: added checks for NSD and 64-bit TD commands (not yet
342 >   used)
343 > - AmigaOS/sys_amiga.cpp: implemented CD audio commands
344 > - Unix/sys_unix.cpp: CD-ROM devices are opened with O_NONBLOCK flag
345 > - Unix/sys_unix.cpp: using CDROM_DRIVE_STATUS to check for inserted disks if
346 >   drive supports it
347 > - Unix/sys_unix.cpp: CD-ROM devices are closed and reopened on eject to clear
348 >   the driver's internal buffers
349 > - Unix/video_x.cpp: added incremental refresh mode [David Lawrence]
350 > - Unix/video_x.cpp: small changes to the DGA code
351  
352   V0.5 (alpha) - 17.May 1999
353 <        - new "fpu" prefs item to enable/disable the (buggy) UAE FPU emulation
354 <        - Defaults for platform-specific prefs items can be set in the new
355 <          AddPlatformPrefsDefault() function which gets called by PrefsInit()
356 <        - added dummy audio component, so MacOS versions >=7.5 should be more
357 <          stable when running programs that try to do something with sound
358 <        - adb.cpp: relative mouse mode should work a bit better
359 <        - macos_util.cpp: new function HasMacStarted() to check Mac warm
360 <          start flag
361 <        - macos_util.cpp: new function MountVolume() to aid implementation
362 <          of manual volume mounting
363 <        - cdrom.cpp: added CDROMMountVolume()
364 <        - BeOS: replaced "Mount floppy" menu item by submenu with list of all
365 <          removable volumes
356 <        - Win32: many fixes and improvements [Lauri Pesonen]
353 > - new "fpu" prefs item to enable/disable the (buggy) UAE FPU emulation
354 > - Defaults for platform-specific prefs items can be set in the new
355 >   AddPlatformPrefsDefault() function which gets called by PrefsInit()
356 > - added dummy audio component, so MacOS versions >=7.5 should be more stable
357 >   when running programs that try to do something with sound
358 > - adb.cpp: relative mouse mode should work a bit better
359 > - macos_util.cpp: new function HasMacStarted() to check Mac warm start flag
360 > - macos_util.cpp: new function MountVolume() to aid implementation of manual
361 >   volume mounting
362 > - cdrom.cpp: added CDROMMountVolume()
363 > - BeOS: replaced "Mount floppy" menu item by submenu with list of all
364 >   removable volumes
365 > - Win32: many fixes and improvements [Lauri Pesonen]
366  
367   V0.5 (alpha) - 8.May 1999
368 <        - added information about GPL to all source files
369 <        - rom_patches.cpp: fixed one unaligned access problem (Sparc)
370 <        - replaced "off_t" by "loff_t" to allow 64 bit disk access under Linux
371 <        - created "dummy" platform directory containing generic "do-nothing"
372 <          versions of certain files to aid in testing and porting
373 <        - Unix: improved autoconf stuff and sysdeps.h
374 <        - Unix: now compiles under Solaris
375 <        - Unix/video_x.cpp: automatic SHM detection, fallback to XPutImage
368 > - added information about GPL to all source files
369 > - rom_patches.cpp: fixed one unaligned access problem (Sparc)
370 > - replaced "off_t" by "loff_t" to allow 64 bit disk access under Linux
371 > - created "dummy" platform directory containing generic "do-nothing" versions
372 >   of certain files to aid in testing and porting
373 > - Unix: improved autoconf stuff and sysdeps.h
374 > - Unix: now compiles under Solaris
375 > - Unix/video_x.cpp: automatic SHM detection, fallback to XPutImage
376  
377   V0.5 (alpha) - 26.Apr.1999
378 <        - main_*.cpp: ramsize is rounded down to 1MB boundary
379 <        - uae_cpu/memory.h: added "REGPARAM2" in more places [Lauri Pesonen]
380 <        - uae_cpu/memory.cpp: changed "Diff" variables from "uae_8 *" to
381 <          "uae_u32" [Lauri Pesonen]
382 <        - uae_cpu/memory.cpp: added "REGPARAM2" in more places [Lauri Pesonen]
383 <        - uae_cpu/newcpu.h: added "REGPARAM2" in more places [Lauri Pesonen]
384 <        - uae_cpu/newcpu.cpp: added "REGPARAM2" in more places [Lauri Pesonen]
385 <        - Windows/*: integrated updated Windows sources from Lauri Pesonen
378 > - main_*.cpp: ramsize is rounded down to 1MB boundary
379 > - uae_cpu/memory.h: added "REGPARAM2" in more places [Lauri Pesonen]
380 > - uae_cpu/memory.cpp: changed "Diff" variables from "uae_8 *" to "uae_u32"
381 >   [Lauri Pesonen]
382 > - uae_cpu/memory.cpp: added "REGPARAM2" in more places [Lauri Pesonen]
383 > - uae_cpu/newcpu.h: added "REGPARAM2" in more places [Lauri Pesonen]
384 > - uae_cpu/newcpu.cpp: added "REGPARAM2" in more places [Lauri Pesonen]
385 > - Windows/*: integrated updated Windows sources from Lauri Pesonen
386  
387   V0.5 (alpha) - 25.Apr.1999
388 <        - prefs.cpp/PrefsRemoveItem(): deleting the last item now works
389 <        - uae_cpu/memory.cpp: changed "uae_u8 REGPARAM2 *func()" to
390 <          "uae_u8 *REGPARAM2 func()"
391 <        - Unix/ether_unix.cpp: implemented
392 <        - Unix/Linux/NetDriver: created
393 <        - Unix/video_x.cpp: added support for 32 bit screens, cleaned up
394 <          VisualInfo code
395 <        - BeOS/ether_beos.cpp: cleaned up the code
396 <        - BeOS/video_beos.cpp: full screen video mode and color depth can now
397 <          be set via prefs("scr/<mode>")
388 > - prefs.cpp/PrefsRemoveItem(): deleting the last item now works
389 > - uae_cpu/memory.cpp: changed "uae_u8 REGPARAM2 *func()" to
390 >   "uae_u8 *REGPARAM2 func()"
391 > - Unix/ether_unix.cpp: implemented
392 > - Unix/Linux/NetDriver: created
393 > - Unix/video_x.cpp: added support for 32 bit screens, cleaned up VisualInfo
394 >   code
395 > - BeOS/ether_beos.cpp: cleaned up the code
396 > - BeOS/video_beos.cpp: full screen video mode and color depth can now be set
397 >   via prefs("scr/<mode>")
398  
399   V0.4 (alpha) - 15.Apr.1999
400 <        - Added some literature references to the source files
401 <        - Modularized CPU engine: the interface of the CPU engine is now
402 <          defined in cpu_emulation.h, so different CPU engines can be
403 <          substituted more easily [as requested by Bill Huey]
404 <        - uae_cpu/gencpu.c: duplicate_carry() was missing in SUB and NBCD routines
405 <        - Unix: added autoconf stuff
406 <        - Unix: modified the makefile so it won't fail if cpuopti didn't work
407 <          [Daniel Thompson]
400 > - Added some literature references to the source files
401 > - Modularized CPU engine: the interface of the CPU engine is now defined in
402 >   cpu_emulation.h, so different CPU engines can be substituted more easily
403 >   [as requested by Bill Huey]
404 > - uae_cpu/gencpu.c: duplicate_carry() was missing in SUB and NBCD routines
405 > - Unix: added autoconf stuff
406 > - Unix: modified the makefile so it won't fail if cpuopti didn't work
407 >   [Daniel Thompson]
408  
409   V0.4 (alpha) - 11.Apr.1999
410 <        - cdrom.cpp: find_hfs_partition() bailed out too soon when finding no
411 <          "PN" signature [Lauri Pesonen]
412 <        - prefs.cpp: prefs file allows more whitespace between keyword and value
413 <          [Lauri Pesonen]
414 <        - prefs.cpp: remodeled to allow platform-specific prefs items (list of
415 <          keywords is kept in table)
416 <        - video.cpp/cscSetEntries: luminance mapping uses integer instead of
417 <          floating point math
418 <        - video_*.cpp: on most systems, the frame buffer is allocated with
419 <          two additional lines as some ROM versions seem to write behind
420 <          the frame buffer proper
421 <        - BeOS/Unix/sysdeps.h: defined X86_ASSEMBLY on i386/GCC systems
422 <        - BeOS/Unix/sysdeps.h: redefined get/put_mem() functions to take and
423 <          return an uae_u32 value, added some more x86 optimizations
424 <        - Unix/serial_unix.cpp/kSERDBaudRate: rates between 57600 and 65535
425 <          result in a rate of 57600 [Lauri Pesonen]
410 > - cdrom.cpp: find_hfs_partition() bailed out too soon when finding no "PN"
411 >   signature [Lauri Pesonen]
412 > - prefs.cpp: prefs file allows more whitespace between keyword and value
413 >   [Lauri Pesonen]
414 > - prefs.cpp: remodeled to allow platform-specific prefs items (list of
415 >   keywords is kept in table)
416 > - video.cpp/cscSetEntries: luminance mapping uses integer instead of floating
417 >   point math
418 > - video_*.cpp: on most systems, the frame buffer is allocated with two
419 >   additional lines as some ROM versions seem to write behind the frame buffer
420 >   proper
421 > - BeOS/Unix/sysdeps.h: defined X86_ASSEMBLY on i386/GCC systems
422 > - BeOS/Unix/sysdeps.h: redefined get/put_mem() functions to take and return
423 >   an uae_u32 value, added some more x86 optimizations
424 > - Unix/serial_unix.cpp/kSERDBaudRate: rates between 57600 and 65535 result in
425 >   a rate of 57600 [Lauri Pesonen]
426  
427   V0.4 (alpha) - 10.Apr.1999
428 <        - upgraded to UAE 0.8.8 CPU, CPU is now built with "gencpu", UAE sources
429 <          moved to "uae" directory
430 <        - new preferences item "rom" to specify the path of the ROM file
431 <        - new preferences item "ether" for Ethernet driver
432 <        - new INTFLAG_ETHER interrupt flag
433 <        - main_*.cpp: added ChoiceAlert()
434 <        - main_*.cpp: disabled UAE FPU (as it is buggy)
435 <        - serial_*.cpp: device_name is now a "const char *"
436 <        - serial_*.cpp: implemented monitor (#define MONITOR 1 to activate)
437 <        - *.h: changed "#ifdef _XXX_H_" to "#ifdef XXX_H" as symbols starting
438 <          with an underscore are reserved
439 <        - rom_patches.cpp: icon data moved to sony/disk/cdrom.cpp
440 <        - rom_patches.cpp: removed unnecessary a0/a1 save/restore from drivers
441 <        - slot_rom.cpp: removed unnecessary a0/a1 save/restore from drivers
442 <        - serial_defs.h: added error codes
443 <        - AmigaOS: the Kickstart ROM is no longer used to redirect NIL pointer
444 <          accesses as this crashes some machines (especially 68040-based);
445 <          a scratch memory block is used instead
446 <        - AmigaOS/serial_amiga.cpp: implemented
447 <        - AmigaOS/ether_amiga.cpp: implemented
448 <        - AmigaOS/sys_amiga.cpp: SysAddSerialPrefs() now returns real defaults
449 <        - AmigaOS/main_amiga.cpp: when the memory for the Mac RAM and ROM
450 <          cannot be allocated, an error message is displayed (instead of crashing)
451 <        - AmigaOS/main_amiga.cpp: interrupts are disabled during execution
452 <          of an EMUL_OP routine
453 <        - AmigaOS/asm_support.asm: the CTRL-C handler checks for pending
454 <          AmigaDOS operations
455 <        - AmigaOS/asm_support.asm: the interrupt signal exception is rethrown
456 <          when the interrupt level in EmulatedSR gets lowered while interrupts
457 <          are pending
458 <        - BeOS: switched from project files to Be supplied makefile system
459 <        - BeOS/ether_beos.cpp: implemented
460 <        - BeOS/serial_beos.cpp: modem status of parallel device is returned
461 <          as (dsrEvent | dcdEvent | ctsEvent)
462 <        - BeOS/serial_beos.cpp: implemented kSERDBaudRate
463 <        - BeOS/serial_beos.cpp: serdtDCE is set in PrimeIn()/PrimeOut()
464 <        - Unix/serial_unix.cpp: added support for parallel ports
465 <        - Unix/serial_unix.cpp: serdtDCE is set in PrimeIn()/PrimeOut()
466 <        - Unix/video_x.cpp: pressing F12 and q will quit Basilisk II in DGA mode
458 <          (useful when it crashed)
428 > - upgraded to UAE 0.8.8 CPU, CPU is now built with "gencpu", UAE sources moved
429 >   to "uae" directory
430 > - new preferences item "rom" to specify the path of the ROM file
431 > - new preferences item "ether" for Ethernet driver
432 > - new INTFLAG_ETHER interrupt flag
433 > - main_*.cpp: added ChoiceAlert()
434 > - main_*.cpp: disabled UAE FPU (as it is buggy)
435 > - serial_*.cpp: device_name is now a "const char *"
436 > - serial_*.cpp: implemented monitor (#define MONITOR 1 to activate)
437 > - *.h: changed "#ifdef _XXX_H_" to "#ifdef XXX_H" as symbols starting with an
438 >   underscore are reserved
439 > - rom_patches.cpp: icon data moved to sony/disk/cdrom.cpp
440 > - rom_patches.cpp: removed unnecessary a0/a1 save/restore from drivers
441 > - slot_rom.cpp: removed unnecessary a0/a1 save/restore from drivers
442 > - serial_defs.h: added error codes
443 > - AmigaOS: the Kickstart ROM is no longer used to redirect NIL pointer
444 >   accesses as this crashes some machines (especially 68040-based); a scratch
445 >   memory block is used instead
446 > - AmigaOS/serial_amiga.cpp: implemented
447 > - AmigaOS/ether_amiga.cpp: implemented
448 > - AmigaOS/sys_amiga.cpp: SysAddSerialPrefs() now returns real defaults
449 > - AmigaOS/main_amiga.cpp: when the memory for the Mac RAM and ROM cannot be
450 >   allocated, an error message is displayed (instead of crashing)
451 > - AmigaOS/main_amiga.cpp: interrupts are disabled during execution of an
452 >   EMUL_OP routine
453 > - AmigaOS/asm_support.asm: the CTRL-C handler checks for pending AmigaDOS
454 >   operations
455 > - AmigaOS/asm_support.asm: the interrupt signal exception is rethrown when the
456 >   interrupt level in EmulatedSR gets lowered while interrupts are pending
457 > - BeOS: switched from project files to Be supplied makefile system
458 > - BeOS/ether_beos.cpp: implemented
459 > - BeOS/serial_beos.cpp: modem status of parallel device is returned as
460 >   (dsrEvent | dcdEvent | ctsEvent)
461 > - BeOS/serial_beos.cpp: implemented kSERDBaudRate
462 > - BeOS/serial_beos.cpp: serdtDCE is set in PrimeIn()/PrimeOut()
463 > - Unix/serial_unix.cpp: added support for parallel ports
464 > - Unix/serial_unix.cpp: serdtDCE is set in PrimeIn()/PrimeOut()
465 > - Unix/video_x.cpp: pressing F12 and q will quit Basilisk II in DGA mode
466 >   (useful when it crashed)
467  
468   V0.3 (alpha) - 14.Mar.1999
469 <        - Unix/video_x.cpp: added 15, 16 and 32 bit window modes [Bill Huey]
470 <        - BeOS/video_beos.cpp: "screen" prefs item is now either
471 <          "win/<width>/<height>" for window mode or "scr" for full-screen
472 <          mode
465 <        - added documentation of preferences file format to README
469 > - Unix/video_x.cpp: added 15, 16 and 32 bit window modes [Bill Huey]
470 > - BeOS/video_beos.cpp: "screen" prefs item is now either "win/<width>/<height>"
471 >   for window mode or "scr" for full-screen mode
472 > - added documentation of preferences file format to README
473  
474   V0.2 (alpha) - 11.Mar.1999
475 <        - tested with ROM versions 19 and 26
476 <        - prefs.cpp: renamed TYPE_BOOL to TYPE_BOOLEAN beacuse of name clash on
477 <          BeOS R4.1
478 <        - uae_memory.cpp: added support for frame buffer pixel type conversion
479 <          in virtual addressing mode, the Mac frame buffer layout now has to be
480 <          specified in MacFrameLayout (video.h)
481 <        - Unix/video_x.cpp: the "screen" prefs item is now read to select
482 <          window mode (with a specified window size) or DGA mode
483 <        - Unix/video_x.cpp: DGA mode supports 15, 16 and 32 bit modes (packed
484 <          24 bit pixels don't work)
485 <        - Unix/Makefile.linux: added -D_REENTRANT to compiler flags
475 > - tested with ROM versions 19 and 26
476 > - prefs.cpp: renamed TYPE_BOOL to TYPE_BOOLEAN beacuse of name clash on BeOS
477 >   R4.1
478 > - uae_memory.cpp: added support for frame buffer pixel type conversion in
479 >   virtual addressing mode, the Mac frame buffer layout now has to be specified
480 >   in MacFrameLayout (video.h)
481 > - Unix/video_x.cpp: the "screen" prefs item is now read to select window mode
482 >   (with a specified window size) or DGA mode
483 > - Unix/video_x.cpp: DGA mode supports 15, 16 and 32 bit modes (packed 24 bit
484 >   pixels don't work)
485 > - Unix/Makefile.linux: added -D_REENTRANT to compiler flags
486  
487   V0.2 (alpha) - 23.Jan.1999
488 <        - first alpha release
488 > - first alpha release

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines