ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.13
Committed: 1999-10-25T19:01:28Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.12: +9 -0 lines
Log Message:
- fixes to audio_oss_esd.cpp from Alexander R. Pruss (8-bit mode)
- added configuration summary to configure script
- prefs_editor_amiga.cpp: output of SCSI prefs was broken

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