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.34 by cebix, 2000-07-21T18:01:04Z vs.
Revision 1.87 by cebix, 2002-10-15T16:25:02Z

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines