ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.33
Committed: 2000-07-14T21:29:06Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.32: +9 -0 lines
Log Message:
- AmigaOS bug fixes by J.Lachmann (floppy, 2060scsi.device, "Add Volume" in
  prefs editor)
- imported some changes from the Windows source (1Hz interrupt, FPU fixes)

File Contents

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