ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
(Generate patch)

Comparing BasiliskII/ChangeLog (file contents):
Revision 1.30 by cebix, 2000-06-23T14:22:41Z vs.
Revision 1.90 by gbeauche, 2004-11-03T00:07:35Z

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines