ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.31
Committed: 2000-07-06T16:04:22Z (23 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.30: +1 -0 lines
Log Message:
- AmigaOS: added CyberGraphX support

File Contents

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