ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.30
Committed: 2000-06-23T14:22:41Z (23 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.29: +1 -0 lines
Log Message:
- fixed possible crash when using audio after restarting MacOS

File Contents

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