ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.44
Committed: 2000-11-02T14:45:14Z (23 years, 5 months ago) by cebix
Branch: MAIN
Changes since 1.43: +2 -1 lines
Log Message:
- added audio support for IRIX [Brian J. Johnson]
- improved Delay_usec() under FreeBSD and IRIX
- fixed typo ("HAVE_PTHREDS") in video_x.cpp

File Contents

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