1 |
< |
V0.7 - |
1 |
> |
V1.0 (snapshot) - <date> |
2 |
> |
- added support for on-the-fly video resolution and depth switching |
3 |
> |
- fsave/frestore emulation under AmigaOS and NetBSD/m68k always behaves |
4 |
> |
like a 68882/68040 FPU, eliminating the need for 68060 FPU patches |
5 |
> |
|
6 |
> |
V0.9 (release 0.9-1) - 31.May 2001 |
7 |
> |
- final adjustments for 0.9 release |
8 |
> |
|
9 |
> |
V0.9 (snapshot) - 29.May 2001 |
10 |
> |
- added help for command line arguments, PrefsInit() now removes |
11 |
> |
all processed options |
12 |
> |
- serial_unix.cpp: input/output_thread_cancel weren't initialized |
13 |
> |
[Kolja Waschk] |
14 |
> |
- Unix: some performance improvements to VOSF screen update code |
15 |
> |
[Brian J. Johnson] |
16 |
> |
- Unix: renewed SIGSEGV support functions. Side effect: configure |
17 |
> |
script cleanups and probable Direct Addressing/VOSF support for |
18 |
> |
other platforms (NetBSD, AIX, OSF/1, Irix) [Gwenole Beauchesne] |
19 |
> |
- Unix: -Ofast option is supplied to MIPSPro compiler [Brian J. Johnson] |
20 |
> |
- Unix: workaround for IRIX pthreads bug in Delay_usec() |
21 |
> |
[Brian J. Johnson] |
22 |
> |
- Unix: FreeBSD configure script cleanups [Michael Alyn Miller] |
23 |
> |
- Unix: ether_linux.cpp moved and renamed to ether_unix.cpp, now |
24 |
> |
also works with the tap driver under FreeBSD [Michael Alyn Miller] |
25 |
> |
- BeOS: fixed some bugs in the extfs file types handling |
26 |
> |
- AmigaOS: SCSI buffer type can be selected |
27 |
> |
|
28 |
> |
V0.9 (snapshot) - 17.Feb.2001 |
29 |
> |
- adapted for cxmon V3.0 which is now the required minimum |
30 |
> |
- UAE cpu: fixed a bug in the memory handlers preventing from |
31 |
> |
correctly updating 15 and 16 bpp displays on big endian systems |
32 |
> |
- Unix: added (experimental) real addressing mode [Gwenole Beauchesne] |
33 |
> |
(activated through the "--enable-addressing=real" configure option) |
34 |
> |
- Unix: added direct addressing mode [Gwenole Beauchesne] |
35 |
> |
(default addressing mode, if possible) |
36 |
> |
- Unix: added screen updates on SEGV signals [Gwenole Beauchesne] |
37 |
> |
(activated through the "--enable-vosf" configure option) |
38 |
> |
- Unix: added IRIX audio driver [Brian J. Johnson] |
39 |
> |
- Unix: improved timing of periodic threads |
40 |
> |
- Unix: command line options now use '--'-prefix, e.g. "--rominfo" |
41 |
> |
- AmigaOS: enabled floppy support, fixed floppy bugs [Jürgen Lachmann] |
42 |
> |
- AmigaOS: Amiga mouse pointer is hidden inside windowed Mac displays |
43 |
> |
- AmigaOS/sys_amiga.cpp: workaround for 2060scsi.device bug when |
44 |
> |
when reading from CD-ROM [Jürgen Lachmann] |
45 |
> |
- AmigaOS/prefs_editor_amiga.cpp: fixed bug when adding volumes |
46 |
> |
[Jürgen Lachmann] |
47 |
> |
- AmigaOS: added MacsBug support (tested with MacsBug6.6.1), |
48 |
> |
fixed <move sr,(sp)> bug [Jürgen Lachmann] |
49 |
> |
- AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered |
50 |
> |
by MacOS 8 |
51 |
> |
- AmigaOS: implemented XPRAM watchdog task |
52 |
> |
- AmigaOS/Unix/extfs_*.cpp: .finf helper file now stores complete |
53 |
> |
FInfo/FXInfo, replaced get/set_finder_*() functions by get/set_finfo() |
54 |
> |
- AmigaOS/Unix: it's possible to specify preferences items on the |
55 |
> |
command line |
56 |
> |
- BeOS: implemented the "powerrom_cpu" CPU engine for BeOS/PPC that |
57 |
> |
uses the 680x0 emulator contained in an Apple PowerMac ROM to run |
58 |
> |
Basilisk II (ca. 4x speed improvement); when running on a BeBox, |
59 |
> |
a PCI PowerMac ROM image is needed to use this (the path name of the |
60 |
> |
ROM file can be set with the preferences item "powerrom", default |
61 |
> |
is "PowerROM") |
62 |
> |
- include/macos_util.h: defines FOURCC() macro to make MacOS-like |
63 |
> |
four-character-codes, replaced most instances of multi-character |
64 |
> |
constants in the sources by this macro to avoid compiler warnings |
65 |
> |
- cdrom.cpp: implemented Status(6) call (return format list) |
66 |
> |
[Landon Fuller] |
67 |
> |
- Imported some changes from the Windows port, most notably FPU fixes |
68 |
> |
and the 1Hz interrupt [Lauri Pesonen] |
69 |
> |
- Ported Lauri Pesonen's FPU core to GCC/i386 [Gwenole Beauchesne] |
70 |
> |
|
71 |
> |
V0.8 (snapshot) - 13.Jul.2000 |
72 |
> |
- Unix: runs natively on NetBSD/m68k |
73 |
> |
- Unix: compiles without pthreads, but without serial/ethernet/audio |
74 |
> |
support |
75 |
> |
- Unix: "--without-mon" configure option now works |
76 |
> |
- Unix/video_x.cpp: DGA and SHM are only tried on local X11 displays |
77 |
> |
- Unix/video_x.cpp: re-integrated old window update method; frameskip=0 |
78 |
> |
("Dynamic") selects new method, other values select old method |
79 |
> |
- Unix/prefs_editor_unix.cpp: new "Input" pane, containing keycode |
80 |
> |
and mouse wheel options |
81 |
> |
- AmigaOS: added support for CyberGraphX [Jürgen Lachmann] |
82 |
> |
- audio.cpp: audio_data is cleared on reset [Lauri Pesonen] |
83 |
> |
- prefs.cpp: empty string prefs items could be written to prefs file |
84 |
> |
but not read back correctly |
85 |
> |
- clip_*.cpp: added prefs item "noclipconversion" for turning off |
86 |
> |
charset conversion of text clips (only CR->LF gets translated), |
87 |
> |
[Toshimitsu Tanaka] |
88 |
> |
|
89 |
> |
V0.8 (snapshot) - 14.Mar.2000 |
90 |
> |
- Unix/video_x.cpp: new window refresh code [Samuel Lander] |
91 |
> |
- Unix/timer_unix.cpp: fixed time zone handling under Linux and SVR4 |
92 |
> |
|
93 |
> |
V0.8 (release 0.8-1) - 30.Jan.2000 |
94 |
> |
- extfs: extended size of finf helper files to 32 bytes to eventually |
95 |
> |
allow storing the complete FInfo/FXInfo in it |
96 |
> |
|
97 |
> |
V0.8 (snapshot) - 22.Dec.1999 |
98 |
> |
- imported UAE CPU 0.8.10 changes |
99 |
> |
- new utility functions Mac_memset, Mac2Host_memcpy, Host2Mac_memcpu |
100 |
> |
and Mac2Mac_memcpy |
101 |
> |
- extfs.cpp: fixed bug in fs_rename() and fs_cat_move() (auxiliary |
102 |
> |
IOParam block was not in Mac address space and FSItem parent IDs |
103 |
> |
didn't get swapped) [Lauri Pesonen] |
104 |
> |
- extfs.cpp: several fixes [Lauri Pesonen] |
105 |
> |
- some provisions for using UAE CPU compiler (doesn't work yet) |
106 |
> |
- video_x.cpp: XFree86 VidMode extension is used to switch modes |
107 |
> |
in DGA mode |
108 |
> |
|
109 |
> |
V0.8 (snapshot) - 2.Nov.1999 |
110 |
> |
- fixed many UAE FPU bugs [Lauri Pesonen] |
111 |
> |
- added replacement for BlockMove() trap |
112 |
> |
- removed Windows sources from the source archive; a version of |
113 |
> |
these that actually compiles and works can be downloaded from |
114 |
> |
Lauri Pesonen's site |
115 |
> |
- removed the MemoryDispatch() replacement routine; the routine |
116 |
> |
in the ROM is now always used; this fixes the MacOS 8 Finder |
117 |
> |
copying bug and also most "unimplemented trap" errors on MacOS |
118 |
> |
bootup; yeah :-) |
119 |
> |
- a warning is issued if the ROM seems to require an FPU but FPU |
120 |
> |
emulation is turned off |
121 |
> |
- medium removal is allowed in CDROMExit() |
122 |
> |
- added (incomplete) emulation of 68040 instructions (CINV, CPUSH, |
123 |
> |
MOVE16 (Ax)+,(Ay)+, and FPU stack frames), enough to boot MacOS |
124 |
> |
- UAE CPU: opcode routines no longer return the cycle count |
125 |
> |
- extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info() |
126 |
> |
- Unix: added support for ESD audio output; merged with OSS audio |
127 |
> |
and put in a new "audio_oss_esd.cpp" file which is also used under |
128 |
> |
FreeBSD 3.x |
129 |
> |
- Unix: added mkinstalldirs to "make install" target |
130 |
> |
- Unix: cleaned up the configure script |
131 |
> |
- Unix: ROM breakpoint can be specified with "-break" command line |
132 |
> |
argument |
133 |
> |
- Unix: "-rominfo" command line argument to print information |
134 |
> |
about ROM version and tables |
135 |
> |
- Unix: ExtFS supports resource forks and Finder info (these are |
136 |
> |
kept in hidden ".finf" and ".rsrc" directories) |
137 |
> |
- Unix/audio_oss_esd.cpp: AudioStatus is re-set after determining |
138 |
> |
audio device capabilities (actual sample rate is also determined) |
139 |
> |
[Alexander R. Pruss] |
140 |
> |
- Unix/audio_oss_esd.cpp: "silence" in 8-bit mode used wrong fill |
141 |
> |
value (0 instead of 0x80) [Alexander R. Pruss] |
142 |
> |
- Unix/video_x.cpp: added mouse wheel support [Alexander R. Pruss] |
143 |
> |
- Unix/sys_unix.cpp: device size is read correctly under Linux |
144 |
> |
- AmigaOS: removed support for SAS/C |
145 |
> |
- AmigaOS/sys_amiga.cpp: supports 64-bit device I/O (NSD) |
146 |
> |
- AmigaOS/sys_amiga.cpp: device block size is respected on writes |
147 |
> |
|
148 |
> |
V0.8 (snapshot) - 21.Oct.1999 |
149 |
|
- sony.cpp/disk.cpp/cdrom.cpp: disk insertions are now checked for |
150 |
|
by an interrupt routine |
151 |
|
- localizable strings are now split into a common and a platform- |
163 |
|
[Giacomo Magnini] |
164 |
|
- Unix: compilation of cpuemu.cpp is now split in 8 parts |
165 |
|
- Unix: volume list in GTK prefs editor is reorderable |
166 |
+ |
- Unix: added fbdev DGA support and SPARC assembly optimizations to |
167 |
+ |
UAE core [Gwenole Beauchesne] |
168 |
|
|
169 |
|
V0.7 (release 0.7-2) - 6.Oct.1999 |
170 |
|
- Added BasiliskII.spec for making RPMs [with assistance from |