ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.29
Committed: 2000-05-16T17:11:33Z (23 years, 11 months ago) by cebix
Branch: MAIN
Changes since 1.28: +8 -0 lines
Log Message:
- added "noclipconversion" prefs item

File Contents

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