ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
Revision: 1.12
Committed: 1999-10-23T17:57:41Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.11: +8 -0 lines
Log Message:
- audio_linux.cpp renamed to audio_oss_esd.cpp (now also used under FreeBSD)
  and added support for ESD
- medium removal is allowed for CD-ROM on exit
- added mkinstalldirs to "make install" target

File Contents

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