ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.14
Committed: 1999-10-25T20:22:34Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.13: +1 -0 lines
Log Message:
- added mouse wheel support

File Contents

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