ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.79
Committed: 2002-01-18T21:06:03Z (22 years, 3 months ago) by cebix
Branch: MAIN
Changes since 1.78: +427 -444 lines
Log Message:
- fixed the problem with Ticks getting incremented on every interrupt, not
  just 60Hz (e.g. moving the mouse made the caret blink faster)
- removed the TAB characters from the ChangeLog file

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