1 |
|
V0.7 - |
2 |
|
- sony.cpp/disk.cpp/cdrom.cpp: disk insertions are now checked for |
3 |
|
by an interrupt routine |
4 |
< |
- Localizable strings are now split into a common and a platform- |
4 |
> |
- localizable strings are now split into a common and a platform- |
5 |
|
specific set |
6 |
+ |
- added external file system to access host OS files from the MacOS; |
7 |
+ |
root directory is specified by the "extfs" prefs item |
8 |
+ |
- moved most initialization/deinitialization code to InitAll() and |
9 |
+ |
ExitAll() in main.cpp |
10 |
+ |
- added patches for NetBSD [Bernd Sieker] |
11 |
+ |
- corrected TimerDateTime() in timer_unix.cpp and timer_beos.cpp |
12 |
+ |
[Toshimitsu Tanaka] |
13 |
+ |
- AmigaOS: fixed crash when gtlayout.library was not present |
14 |
+ |
- AmigaOS: now compiles with GCC (Geek Gadgets) |
15 |
|
- AmigaOS/clip_amiga.cpp: fixed small bug in CR->LF translation |
16 |
|
[Giacomo Magnini] |
17 |
+ |
- Unix: compilation of cpuemu.cpp is now split in 8 parts |
18 |
+ |
- Unix: volume list in GTK prefs editor is reorderable |
19 |
|
|
20 |
|
V0.7 (release 0.7-2) - 6.Oct.1999 |
21 |
|
- Added BasiliskII.spec for making RPMs [with assistance from |