ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.7
Committed: 1999-10-14T16:05:15Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.6: +4 -1 lines
Log Message:
- corrected time zone handling in TimerDateTime()

File Contents

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