ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.89
Committed: 2004-05-09T16:16:05Z (19 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.88: +2 -0 lines
Log Message:
TUN/TAP support

File Contents

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