ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.41
Committed: 2000-09-22T17:23:36Z (23 years, 7 months ago) by gbeauche
Branch: MAIN
Changes since 1.40: +8 -0 lines
Log Message:
- Direct and real addressing modes
- Video on SEGV signals

File Contents

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