1 |
< |
V0.7 - |
1 |
> |
V0.8 (snapshot) - |
2 |
> |
- Unix: runs natively on NetBSD/m68k |
3 |
> |
- Unix: compiles without pthreads, but without serial/ethernet/audio |
4 |
> |
support |
5 |
> |
- Unix: "--without-mon" configure option now works |
6 |
> |
- Unix/video_x.cpp: DGA and SHM are only tried on local X11 displays |
7 |
> |
- Unix/video_x.cpp: re-integrated old window update method; frameskip=0 |
8 |
> |
("Dynamic") selects new method, other values select old method |
9 |
> |
- Unix/prefs_editor_unix.cpp: new "Input" pane, containing keycode |
10 |
> |
and mouse wheel options |
11 |
> |
- AmigaOS: added support for CyberGraphX [Jürgen Lachmann] |
12 |
> |
- audio.cpp: audio_data is cleared on reset [Lauri Pesonen] |
13 |
> |
- prefs.cpp: empty string prefs items could be written to prefs file |
14 |
> |
but not read back correctly |
15 |
> |
- clip_*.cpp: added prefs item "noclipconversion" for turning off |
16 |
> |
charset conversion of text clips (only CR->LF gets translated), |
17 |
> |
[Toshimitsu Tanaka] |
18 |
> |
|
19 |
> |
V0.8 (snapshot) - 14.Mar.2000 |
20 |
> |
- Unix/video_x.cpp: new window refresh code [Samuel Lander] |
21 |
> |
- Unix/timer_unix.cpp: fixed time zone handling under Linux and SVR4 |
22 |
> |
|
23 |
> |
V0.8 (release 0.8-1) - 30.Jan.2000 |
24 |
> |
- extfs: extended size of finf helper files to 32 bytes to eventually |
25 |
> |
allow storing the complete FInfo/FXInfo in it |
26 |
> |
|
27 |
> |
V0.8 (snapshot) - 22.Dec.1999 |
28 |
> |
- imported UAE CPU 0.8.10 changes |
29 |
> |
- new utility functions Mac_memset, Mac2Host_memcpy, Host2Mac_memcpu |
30 |
> |
and Mac2Mac_memcpy |
31 |
> |
- extfs.cpp: fixed bug in fs_rename() and fs_cat_move() (auxiliary |
32 |
> |
IOParam block was not in Mac address space and FSItem parent IDs |
33 |
> |
didn't get swapped) [Lauri Pesonen] |
34 |
> |
- extfs.cpp: several fixes [Lauri Pesonen] |
35 |
> |
- some provisions for using UAE CPU compiler (doesn't work yet) |
36 |
> |
- video_x.cpp: XFree86 VidMode extension is used to switch modes |
37 |
> |
in DGA mode |
38 |
> |
|
39 |
> |
V0.8 (snapshot) - 2.Nov.1999 |
40 |
> |
- fixed many UAE FPU bugs [Lauri Pesonen] |
41 |
> |
- added replacement for BlockMove() trap |
42 |
> |
- removed Windows sources from the source archive; a version of |
43 |
> |
these that actually compiles and works can be downloaded from |
44 |
> |
Lauri Pesonen's site |
45 |
> |
- removed the MemoryDispatch() replacement routine; the routine |
46 |
> |
in the ROM is now always used; this fixes the MacOS 8 Finder |
47 |
> |
copying bug and also most "unimplemented trap" errors on MacOS |
48 |
> |
bootup; yeah :-) |
49 |
> |
- a warning is issued if the ROM seems to require an FPU but FPU |
50 |
> |
emulation is turned off |
51 |
> |
- medium removal is allowed in CDROMExit() |
52 |
> |
- added (incomplete) emulation of 68040 instructions (CINV, CPUSH, |
53 |
> |
MOVE16 (Ax)+,(Ay)+, and FPU stack frames), enough to boot MacOS |
54 |
> |
- UAE CPU: opcode routines no longer return the cycle count |
55 |
> |
- extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info() |
56 |
> |
- Unix: added support for ESD audio output; merged with OSS audio |
57 |
> |
and put in a new "audio_oss_esd.cpp" file which is also used under |
58 |
> |
FreeBSD 3.x |
59 |
> |
- Unix: added mkinstalldirs to "make install" target |
60 |
> |
- Unix: cleaned up the configure script |
61 |
> |
- Unix: ROM breakpoint can be specified with "-break" command line |
62 |
> |
argument |
63 |
> |
- Unix: "-rominfo" command line argument to print information |
64 |
> |
about ROM version and tables |
65 |
> |
- Unix: ExtFS supports resource forks and Finder info (these are |
66 |
> |
kept in hidden ".finf" and ".rsrc" directories) |
67 |
> |
- Unix/audio_oss_esd.cpp: AudioStatus is re-set after determining |
68 |
> |
audio device capabilities (actual sample rate is also determined) |
69 |
> |
[Alexander R. Pruss] |
70 |
> |
- Unix/audio_oss_esd.cpp: "silence" in 8-bit mode used wrong fill |
71 |
> |
value (0 instead of 0x80) [Alexander R. Pruss] |
72 |
> |
- Unix/video_x.cpp: added mouse wheel support [Alexander R. Pruss] |
73 |
> |
- Unix/sys_unix.cpp: device size is read correctly under Linux |
74 |
> |
- AmigaOS: removed support for SAS/C |
75 |
> |
- AmigaOS/sys_amiga.cpp: supports 64-bit device I/O (NSD) |
76 |
> |
- AmigaOS/sys_amiga.cpp: device block size is respected on writes |
77 |
> |
|
78 |
> |
V0.8 (snapshot) - 21.Oct.1999 |
79 |
|
- sony.cpp/disk.cpp/cdrom.cpp: disk insertions are now checked for |
80 |
|
by an interrupt routine |
81 |
|
- localizable strings are now split into a common and a platform- |
82 |
|
specific set |
83 |
< |
- AmigaOS/clip_amiga.cpp: fixed small bug in CR->LF translation |
84 |
< |
[Giacomo Magnini] |
83 |
> |
- added external file system to access host OS files from the MacOS; |
84 |
> |
root directory is specified by the "extfs" prefs item |
85 |
> |
- moved most initialization/deinitialization code to InitAll() and |
86 |
> |
ExitAll() in main.cpp |
87 |
|
- added patches for NetBSD [Bernd Sieker] |
88 |
|
- corrected TimerDateTime() in timer_unix.cpp and timer_beos.cpp |
89 |
|
[Toshimitsu Tanaka] |
90 |
+ |
- AmigaOS: fixed crash when gtlayout.library was not present |
91 |
+ |
- AmigaOS: now compiles with GCC (Geek Gadgets) |
92 |
+ |
- AmigaOS/clip_amiga.cpp: fixed small bug in CR->LF translation |
93 |
+ |
[Giacomo Magnini] |
94 |
+ |
- Unix: compilation of cpuemu.cpp is now split in 8 parts |
95 |
+ |
- Unix: volume list in GTK prefs editor is reorderable |
96 |
+ |
- Unix: added fbdev DGA support and SPARC assembly optimizations to |
97 |
+ |
UAE core [Gwenole Beauchesne] |
98 |
|
|
99 |
|
V0.7 (release 0.7-2) - 6.Oct.1999 |
100 |
|
- Added BasiliskII.spec for making RPMs [with assistance from |