ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.16
Committed: 1999-10-27T16:59:32Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.15: +6 -0 lines
Log Message:
- imported fixed UAE FPU from Lauri
- extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info()
- ExtFS: MAX_PATH_LENGTH is global, removed third parameter to
  add_path_component()
- rom_patches.cpp: added print_rom_info()
- Unix: added "-rominfo" command line argument
- extfs_unix.cpp: supports finder info and resource forks
- prefs_editor_gtk.cpp: tab widget is no longer scrollable

File Contents

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