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.8 by cebix, 1999-10-19T17:41:11Z vs.
Revision 1.86 by gbeauche, 2002-09-16T13:32:33Z

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines