ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.40
Committed: 2000-09-13T15:32:34Z (23 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.39: +4 -8 lines
Log Message:
cleaned up

File Contents

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