-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
425 lines (397 loc) · 19.7 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
v0.5a 28.Oct.2020
- Added a SDL audio fix from rakslice
- Added the ability to subtract from the clock to go to 1998
- Rebuilt using GCC 8.1.0 on MinGW. Changed flags to -Os
v0.4g 15.May.2016
- Fixed some stupid mappings in the keyboard
- Just forced the sound to 16bit 44100, and tested with Quicktime &
Simcity 2000.
- added in some branding elemnets, a Windows icon.
- changed the version to reflect Cockatrice III
- changed the perfs file, and updated default prefrences to my
test setup (Quadra 800)
- Building with GCC 6.1.0 on MinGW. Changed flags to -Ofast
as it was the fastest generic flags I could see
v0.0 (release 0.0-3) - 17.Sep.2015
- Corrected stupid SLiRP bug, introduced by me. :(
v0.0 (release 0.0-2) - 14.Oct.2014
- More mutexes and fixes on slirp.
- some improvements in blocking and timings with PCAP
- Imported SCSI driver from previous. Now SCSI disk files work
V0.0 (release 0.0-1) - 09.Oct.2014
- pruned the serial interface
- told the disk driver to scan for partitions
- more fixes for slirp, regarding a mutex around all functions
in sdl_pcap.cpp
V0.0 (release 0.0-0) - 07.Oct.2014
- first release showing off preliminary SDL video,sound and input
- Also includes libpcap for raw networking (AppleTalk!)
- I've also encorporated SLiRP from later Basilisk II
- Name Change and new life... welcome to Cockatrice III
V0.8 (release 0.8-1) - 30.Jan.2000
- extfs: extended size of finf helper files to 32 bytes to eventually
allow storing the complete FInfo/FXInfo in it
V0.8 (snapshot) - 22.Dec.1999
- imported UAE CPU 0.8.10 changes
- new utility functions Mac_memset, Mac2Host_memcpy, Host2Mac_memcpu
and Mac2Mac_memcpy
- extfs.cpp: fixed bug in fs_rename() and fs_cat_move() (auxiliary
IOParam block was not in Mac address space and FSItem parent IDs
didn't get swapped) [Lauri Pesonen]
- extfs.cpp: several fixes [Lauri Pesonen]
- some provisions for using UAE CPU compiler (doesn't work yet)
- video_x.cpp: XFree86 VidMode extension is used to switch modes
in DGA mode
V0.8 (snapshot) - 2.Nov.1999
- fixed many UAE FPU bugs [Lauri Pesonen]
- added replacement for BlockMove() trap
- removed Windows sources from the source archive; a version of
these that actually compiles and works can be downloaded from
Lauri Pesonen's site
- removed the MemoryDispatch() replacement routine; the routine
in the ROM is now always used; this fixes the MacOS 8 Finder
copying bug and also most "unimplemented trap" errors on MacOS
bootup; yeah :-)
- a warning is issued if the ROM seems to require an FPU but FPU
emulation is turned off
- medium removal is allowed in CDROMExit()
- added (incomplete) emulation of 68040 instructions (CINV, CPUSH,
MOVE16 (Ax)+,(Ay)+, and FPU stack frames), enough to boot MacOS
- UAE CPU: opcode routines no longer return the cycle count
- extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info()
- Unix: added support for ESD audio output; merged with OSS audio
and put in a new "audio_oss_esd.cpp" file which is also used under
FreeBSD 3.x
- Unix: added mkinstalldirs to "make install" target
- Unix: cleaned up the configure script
- Unix: ROM breakpoint can be specified with "-break" command line
argument
- Unix: "-rominfo" command line argument to print information
about ROM version and tables
- Unix: ExtFS supports resource forks and Finder info (these are
kept in hidden ".finf" and ".rsrc" directories)
- Unix/audio_oss_esd.cpp: AudioStatus is re-set after determining
audio device capabilities (actual sample rate is also determined)
[Alexander R. Pruss]
- Unix/audio_oss_esd.cpp: "silence" in 8-bit mode used wrong fill
value (0 instead of 0x80) [Alexander R. Pruss]
- Unix/video_x.cpp: added mouse wheel support [Alexander R. Pruss]
- Unix/sys_unix.cpp: device size is read correctly under Linux
- AmigaOS: removed support for SAS/C
- AmigaOS/sys_amiga.cpp: supports 64-bit device I/O (NSD)
- AmigaOS/sys_amiga.cpp: device block size is respected on writes
V0.8 (snapshot) - 21.Oct.1999
- sony.cpp/disk.cpp/cdrom.cpp: disk insertions are now checked for
by an interrupt routine
- localizable strings are now split into a common and a platform-
specific set
- added external file system to access host OS files from the MacOS;
root directory is specified by the "extfs" prefs item
- moved most initialization/deinitialization code to InitAll() and
ExitAll() in main.cpp
- added patches for NetBSD [Bernd Sieker]
- corrected TimerDateTime() in timer_unix.cpp and timer_beos.cpp
[Toshimitsu Tanaka]
- AmigaOS: fixed crash when gtlayout.library was not present
- AmigaOS: now compiles with GCC (Geek Gadgets)
- AmigaOS/clip_amiga.cpp: fixed small bug in CR->LF translation
[Giacomo Magnini]
- Unix: compilation of cpuemu.cpp is now split in 8 parts
- Unix: volume list in GTK prefs editor is reorderable
- Unix: added fbdev DGA support and SPARC assembly optimizations to
UAE core [Gwenole Beauchesne]
V0.7 (release 0.7-2) - 6.Oct.1999
- Added BasiliskII.spec for making RPMs [with assistance from
Roman Niewiarowski]
- Unix: "basilisk_ii_keycodes" renamed to "keycodes", default
location of keycodes file is now /usr/local/share/BasiliskII/keycodes
- Unix: improved the install target, added uninstall target
- Unix/Windows: fixed bugs in protocol removal [Lauri Pesonen]
- Unix/Linux/NetDriver: removed MAKEDEV, functionality now included
in Makefile ("make dev")
- Unix/sys_unix.cpp: Sys_open() checks whether an HFS volume is currently
mounted under Linux and tries to unmount it
- Unix/sys_unix.cpp: implemented SysAddDiskPrefs() for Linux (scans
/etc/fstab to find HFS volumes)
- Unix/sys_unix.cpp: implemented Sys(Prevent/Allow)Removal() [Ryan Cumming]
- Unix/main_unix.cpp: added call to gtk_set_locale() before gtk_init()
[Toshimitsu Tanaka]
- Unix/video_x.cpp: "dga" screen preferences now takes width and
height as parameters (e.g. dga/640/480), like "win" [Pablo Averbuj]
- Unix/video_x.cpp: Caps Lock behaves as expected [Pablo Averbuj]
- Unix/prefs_editor_gtk.cpp: made the window width/height widgets
comboboxes providing some useful defaults
V0.7 (alpha) - 25.Jul.1999
- with 32-bit clean ROMs, the CPU type is now reported as a 68030
(for those OpenTransport fans :-)
- added new prefs item "nosound" to disable sound output
- sound output implemented for BeOS, Linux, Solaris and AmigaOS
(requires Sound Manager 3.x)
- dummy/audio_dummy.cpp: created
- dummy/prefs_dummy.cpp: created
- dummy/xpram_dummy.cpp: created
- macos_util.cpp: added FileDiskLayout()
- video.cpp: removed useless BlankMousePointer flag
- uae_cpu: updated to UAE 0.8.9
- uae_cpu/gencpu.c: fixed bug in CAS2, OpenTransport works now
- Unix: moved Linux- and FreeBSD-specific files to their respective
directories
- Unix: added 64-bit data types (needed by timer_unix.cpp)
- Unix: added keyboard translation method using raw keycodes instead of
keysyms (controlled by "keycodes" and "keycodefile" prefs items) which
doesn't depend on the selected keymap
- Unix: when running as root, Basilisk II tries to assign real-time
priorities to some threads
- Unix: calls to nanosleep() protected by autoconf define
- Unix/main_unix.cpp: tick thread replaced by POSIX.4 timer when possible
- Unix/timer_unix.cpp: uses POSIX.4 timing facilities when possible
- Unix/video_x.cpp: all X calls during emulation are now done from
the redraw thread which is also active in DGA mode; as a result,
XLockServer()/XUnlockServer() are no longer necessary
- Unix/sysdeps.h: changed C++ comments to C comments as this file is
included by some *.c files in uae_cpu [Brian J. Johnson]
- Unix/sysdeps.h: added unaligned access functions for SGI MIPSPro
compiler [Brian J. Johnson]
- Unix/Irix/unaligned.c: created [Brian J. Johnson]
- Windows: updated sources
V0.6 (alpha) - 12.Jul.1999
- Unix: Basilisk II now accepts a "-display <display>" argument to
specify the X display to use
- Unix: mounting floppies with Ctrl-F1 now works
- Unix/ether_linux.cpp: now works when ethertap is configured for
multicast support
- Unix/main_unix.cpp: XOpenDisplay() is now called from main()
- Unix/scsi_freebsd.cpp: added support for FreeBSD 2.x [Orlando Bassotto]
- Unix/posix_sem.cpp: updated [Orlando Bassotto]
- Unix/prefs_editor_gtk.cpp: serial pane recognizes FreeBSD serial/
printer devices [Orlando Bassotto]
- Unix/serial_unix.cpp: FreeBSD printer devices are recognized
[Orlando Bassotto]
- Unix/sys_unix.cpp: FreeBSD CD-ROM/floppy support, correct default
serial prefs for FreeBSD [Orlando Bassotto]
- Unix/sys_unix.cpp: fixed SysIsDiskInserted for Linux floppy
- Unix/FreeBSD/scsidump.cpp: added [Orlando Bassotto]
V0.6 (alpha) - 5.Jul.1999
- fixed mouse for Classic ROM and MacOS 6.x/7.x
- Unix/ether_linux.cpp: added ethertap support (see README for details)
- dummy/clip_dummy.cpp: created
V0.6 (alpha) - 2.Jul.1999
- rom_patches.cpp: added CheckROM() which has to be called before
PatchROM()
- rom_patches.cpp: started ROM patches for Classic/SE ROMs
- adb.cpp: ADB handlers get ADBBase passed in a3
- adb.cpp: moved temporary data area to ADBBase+0x163 (Mac Classic
mouse handler wants it there)
- emul_op.cpp/EMUL_OP_CLKNOMEM: reading from the RTC time registers
yields the correct time and date
- uae_cpu/cpu_emulation.h: added FLAYOUT_NONE to disable frame buffer
mapping
- uae_cpu/basilisk_glue.cpp: RAMBaseMac/ROMBaseMac are now set in
Init680x0() (instead of main_*.cpp)
- uae_cpu/memory.cpp: added support for Mac Plus/II memory maps
and 24 bit addressing
- uae_cpu/newcpu.cpp: re-implemented support for 68000/010 emulation
- uae_cpu/cpuopti.c: patched for egcs [Orlando Bassotto]
- main_*.cpp: added TwentyFourBitAddressing flag
- main_*.cpp: CPU type and addressing mode depends on ROM version
- main_*.cpp: tick thread changed to use new TimerDateTime() function
- include/video.h: VideoInit() takes "classic" parameter to select
"Classic" video mode (512x342, 1-bit)
- include/timer.h: new function TimerDateTime() to get local date/time
in Mac format
- Unix: support for FreeBSD [Orlando Bassotto]
- Unix/scsi_freebsd-cam.cpp: created [Orlando Bassotto]
- Unix/posix_sem.cpp: created [Orlando Bassotto]
- Unix/main_unix.cpp: added call to XF86DGAForkApp()
- Unix/video_x.cpp: support for Classic video mode and display on
1-bit screens
- Unix/video_x.cpp: added check whether screen is really DGA capable
- Unix/video_x.cpp: added check for image endianess
- Unix/sys_unix.cpp: added replacement for Linux llseek() for platforms
that don't have it
- Unix/*.cpp: replaced sleep()/usleep() by nanosleep()
- Amiga/prefs_editor_amiga.cpp: ROM file selection via file requester
didn't work
V0.6 (alpha) - 22.Jun.1999
- fixed small compilation problems on BeOS/x86
- rsrc_patches.cpp: fixed for MacOS 7.6.1
- dummy/scsi_dummy.cpp: scsi_send_cmd() was missing timeout parameter
- Unix/video_x.cpp: fixed compilation problem on systems without DGA
- BeOS/prefs_editor_beos.cpp: it is now possible to drop ROM files on
the "ROM File" control
- BeOS/sys_beos.cpp: Basilisk II will not try to unmount volumes (from
BeOS) that are to be mounted read-only
V0.6 (alpha) - 20.Jun.1999
- scsi.cpp: added "timeout" parameter to scsi_send_cmd()
- scsi_*.cpp: fixed S/G table processing bug in scsi_send_cmd()
(every entry was written to/read from the same buffer address)
- Unix/scsi_linux.cpp: implemented
- Unix/video_x.cpp: new hotkeys: Ctrl-Esc = emergency quit from DGA mode,
Ctrl-Tab = suspend DGA mode
- Unix/video_x.cpp: implemented VideoQuitFullScreen() (used by
ErrorAlert())
- BeOS/video_beos.cpp: implemented VideoQuitFullScreen() (used by
ErrorAlert())
V0.6 (alpha) - 19.Jun.1999
- sys_*.cpp: 400K DiskCopy disk images are now recognized (84 byte
header)
- user_strings.cpp: added strings for GTK preferences editor
- Unix: implemented preferences editor (requires GTK)
- Unix: added "install" target to Makefile
- Unix: created minimal man page
- Unix/main_unix.cpp: ErrorAlert() and WarningAlert() pop up dialog
boxes when GTK is present
- BeOS/prefs_editor_beos.cpp: added "Create" button to volume list
- BeOS/prefs_editor_beos.cpp: "About" dialog added
V0.5 (alpha) - 13.Jun.1999
- prefs.cpp: added ZapPRAM()
- prefs.cpp: PrefsReplaceString() can now take an index
- user_strings.cpp: added strings for preferences editor
- prefs_editor_*.*: created
- sys.h: SysCDStop() now takes the MSF address of the lead-out track
as a parameter
- AmigaOS: start offset and size of devices is now given in blocks,
not bytes
- AmigaOS: implemented preferences editor
- BeOS: implemented preferences editor
- AmigaOS/sys_amiga.cpp: added checks for NSD and 64-bit TD commands
(not yet used)
- AmigaOS/sys_amiga.cpp: implemented CD audio commands
- Unix/sys_unix.cpp: CD-ROM devices are opened with O_NONBLOCK flag
- Unix/sys_unix.cpp: using CDROM_DRIVE_STATUS to check for inserted
disks if drive supports it
- Unix/sys_unix.cpp: CD-ROM devices are closed and reopened on eject
to clear the driver's internal buffers
- Unix/video_x.cpp: added incremental refresh mode [David Lawrence]
- Unix/video_x.cpp: small changes to the DGA code
V0.5 (alpha) - 17.May 1999
- new "fpu" prefs item to enable/disable the (buggy) UAE FPU emulation
- Defaults for platform-specific prefs items can be set in the new
AddPlatformPrefsDefault() function which gets called by PrefsInit()
- added dummy audio component, so MacOS versions >=7.5 should be more
stable when running programs that try to do something with sound
- adb.cpp: relative mouse mode should work a bit better
- macos_util.cpp: new function HasMacStarted() to check Mac warm
start flag
- macos_util.cpp: new function MountVolume() to aid implementation
of manual volume mounting
- cdrom.cpp: added CDROMMountVolume()
- BeOS: replaced "Mount floppy" menu item by submenu with list of all
removable volumes
- Win32: many fixes and improvements [Lauri Pesonen]
V0.5 (alpha) - 8.May 1999
- added information about GPL to all source files
- rom_patches.cpp: fixed one unaligned access problem (Sparc)
- replaced "off_t" by "loff_t" to allow 64 bit disk access under Linux
- created "dummy" platform directory containing generic "do-nothing"
versions of certain files to aid in testing and porting
- Unix: improved autoconf stuff and sysdeps.h
- Unix: now compiles under Solaris
- Unix/video_x.cpp: automatic SHM detection, fallback to XPutImage
V0.5 (alpha) - 26.Apr.1999
- main_*.cpp: ramsize is rounded down to 1MB boundary
- uae_cpu/memory.h: added "REGPARAM2" in more places [Lauri Pesonen]
- uae_cpu/memory.cpp: changed "Diff" variables from "uae_8 *" to
"uae_u32" [Lauri Pesonen]
- uae_cpu/memory.cpp: added "REGPARAM2" in more places [Lauri Pesonen]
- uae_cpu/newcpu.h: added "REGPARAM2" in more places [Lauri Pesonen]
- uae_cpu/newcpu.cpp: added "REGPARAM2" in more places [Lauri Pesonen]
- Windows/*: integrated updated Windows sources from Lauri Pesonen
V0.5 (alpha) - 25.Apr.1999
- prefs.cpp/PrefsRemoveItem(): deleting the last item now works
- uae_cpu/memory.cpp: changed "uae_u8 REGPARAM2 *func()" to
"uae_u8 *REGPARAM2 func()"
- Unix/ether_unix.cpp: implemented
- Unix/Linux/NetDriver: created
- Unix/video_x.cpp: added support for 32 bit screens, cleaned up
VisualInfo code
- BeOS/ether_beos.cpp: cleaned up the code
- BeOS/video_beos.cpp: full screen video mode and color depth can now
be set via prefs("scr/<mode>")
V0.4 (alpha) - 15.Apr.1999
- Added some literature references to the source files
- Modularized CPU engine: the interface of the CPU engine is now
defined in cpu_emulation.h, so different CPU engines can be
substituted more easily [as requested by Bill Huey]
- uae_cpu/gencpu.c: duplicate_carry() was missing in SUB and NBCD routines
- Unix: added autoconf stuff
- Unix: modified the makefile so it won't fail if cpuopti didn't work
[Daniel Thompson]
V0.4 (alpha) - 11.Apr.1999
- cdrom.cpp: find_hfs_partition() bailed out too soon when finding no
"PN" signature [Lauri Pesonen]
- prefs.cpp: prefs file allows more whitespace between keyword and value
[Lauri Pesonen]
- prefs.cpp: remodeled to allow platform-specific prefs items (list of
keywords is kept in table)
- video.cpp/cscSetEntries: luminance mapping uses integer instead of
floating point math
- video_*.cpp: on most systems, the frame buffer is allocated with
two additional lines as some ROM versions seem to write behind
the frame buffer proper
- BeOS/Unix/sysdeps.h: defined X86_ASSEMBLY on i386/GCC systems
- BeOS/Unix/sysdeps.h: redefined get/put_mem() functions to take and
return an uae_u32 value, added some more x86 optimizations
- Unix/serial_unix.cpp/kSERDBaudRate: rates between 57600 and 65535
result in a rate of 57600 [Lauri Pesonen]
V0.4 (alpha) - 10.Apr.1999
- upgraded to UAE 0.8.8 CPU, CPU is now built with "gencpu", UAE sources
moved to "uae" directory
- new preferences item "rom" to specify the path of the ROM file
- new preferences item "ether" for Ethernet driver
- new INTFLAG_ETHER interrupt flag
- main_*.cpp: added ChoiceAlert()
- main_*.cpp: disabled UAE FPU (as it is buggy)
- serial_*.cpp: device_name is now a "const char *"
- serial_*.cpp: implemented monitor (#define MONITOR 1 to activate)
- *.h: changed "#ifdef _XXX_H_" to "#ifdef XXX_H" as symbols starting
with an underscore are reserved
- rom_patches.cpp: icon data moved to sony/disk/cdrom.cpp
- rom_patches.cpp: removed unnecessary a0/a1 save/restore from drivers
- slot_rom.cpp: removed unnecessary a0/a1 save/restore from drivers
- serial_defs.h: added error codes
- AmigaOS: the Kickstart ROM is no longer used to redirect NIL pointer
accesses as this crashes some machines (especially 68040-based);
a scratch memory block is used instead
- AmigaOS/serial_amiga.cpp: implemented
- AmigaOS/ether_amiga.cpp: implemented
- AmigaOS/sys_amiga.cpp: SysAddSerialPrefs() now returns real defaults
- AmigaOS/main_amiga.cpp: when the memory for the Mac RAM and ROM
cannot be allocated, an error message is displayed (instead of crashing)
- AmigaOS/main_amiga.cpp: interrupts are disabled during execution
of an EMUL_OP routine
- AmigaOS/asm_support.asm: the CTRL-C handler checks for pending
AmigaDOS operations
- AmigaOS/asm_support.asm: the interrupt signal exception is rethrown
when the interrupt level in EmulatedSR gets lowered while interrupts
are pending
- BeOS: switched from project files to Be supplied makefile system
- BeOS/ether_beos.cpp: implemented
- BeOS/serial_beos.cpp: modem status of parallel device is returned
as (dsrEvent | dcdEvent | ctsEvent)
- BeOS/serial_beos.cpp: implemented kSERDBaudRate
- BeOS/serial_beos.cpp: serdtDCE is set in PrimeIn()/PrimeOut()
- Unix/serial_unix.cpp: added support for parallel ports
- Unix/serial_unix.cpp: serdtDCE is set in PrimeIn()/PrimeOut()
- Unix/video_x.cpp: pressing F12 and q will quit Basilisk II in DGA mode
(useful when it crashed)
V0.3 (alpha) - 14.Mar.1999
- Unix/video_x.cpp: added 15, 16 and 32 bit window modes [Bill Huey]
- BeOS/video_beos.cpp: "screen" prefs item is now either
"win/<width>/<height>" for window mode or "scr" for full-screen
mode
- added documentation of preferences file format to README
V0.2 (alpha) - 11.Mar.1999
- tested with ROM versions 19 and 26
- prefs.cpp: renamed TYPE_BOOL to TYPE_BOOLEAN beacuse of name clash on
BeOS R4.1
- uae_memory.cpp: added support for frame buffer pixel type conversion
in virtual addressing mode, the Mac frame buffer layout now has to be
specified in MacFrameLayout (video.h)
- Unix/video_x.cpp: the "screen" prefs item is now read to select
window mode (with a specified window size) or DGA mode
- Unix/video_x.cpp: DGA mode supports 15, 16 and 32 bit modes (packed
24 bit pixels don't work)
- Unix/Makefile.linux: added -D_REENTRANT to compiler flags
V0.2 (alpha) - 23.Jan.1999
- first alpha release