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