ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.4
Committed: 1999-10-03T21:05:21Z (24 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.3: +1 -0 lines
Log Message:
- updated

File Contents

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