ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.37
Committed: 2000-07-22T18:25:48Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.36: +1 -0 lines
Log Message:
- Amiga mouse pointer is hidden inside windowed displays

File Contents

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