ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.8
Committed: 1999-10-19T17:41:11Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.7: +8 -2 lines
Log Message:
- added external file system
- moved most init/deinit code to InitAll()/ExitAll() in main.cpp

File Contents

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