updated docs

This commit is contained in:
cebix 2000-10-10 21:14:22 +00:00
parent c2780cd794
commit 129e9cd85d
3 changed files with 15 additions and 14 deletions

View File

@ -2,21 +2,22 @@
%define version 0.8 %define version 0.8
%define release 1 %define release 1
Summary: Free, portable 68k Macintosh emulator Summary: 68k Macintosh emulator
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Copyright: GPL Copyright: GPL
Group: Applications/Emulators Group: Applications/Emulators
Source: %{name}_src_05102000.tar.gz Source: %{name}_src_10102000.tar.gz
URL: http://www.uni-mainz.de/~bauec002/B2Main.html URL: http://www.uni-mainz.de/~bauec002/B2Main.html
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
Prefix: %{_prefix} Prefix: %{_prefix}
%description %description
Basilisk II is a free, portable, Open Source 68k Macintosh emulator. It Basilisk II is an Open Source 68k Macintosh emulator. That is, it enables
requires a copy of a Mac ROM and a copy of MacOS to run. Basilisk II is you to run 68k MacOS software on you computer, even if you are using a
freeware and distributed under the GNU General Public License. different operating system. However, you still need a copy of MacOS and
a Macintosh ROM image to use Basilisk II.
Some features of Basilisk II: Some features of Basilisk II:
- Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5) - Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5)
@ -33,7 +34,8 @@ Some features of Basilisk II:
- Serial drivers - Serial drivers
- SCSI Manager (old-style) emulation - SCSI Manager (old-style) emulation
- Emulates extended ADB keyboard and 3-button mouse - Emulates extended ADB keyboard and 3-button mouse
- Uses UAE 68k emulation or (under AmigaOS) real 68k processor - Uses UAE 68k emulation or (under AmigaOS and NetBSD/m68k) real 68k
processor
%prep %prep
%setup -q %setup -q

View File

@ -45,7 +45,6 @@ $(SRCARCHIVE): $(SRCS) $(DOCS)
cd $(TMPDIR); cvs export -D "$(ISODATE)" BasiliskII cd $(TMPDIR); cvs export -D "$(ISODATE)" BasiliskII
cp src/Unix/config.h.in src/Unix/configure $(TMPDIR)/BasiliskII/src/Unix cp src/Unix/config.h.in src/Unix/configure $(TMPDIR)/BasiliskII/src/Unix
rm $(TMPDIR)/BasiliskII/Makefile rm $(TMPDIR)/BasiliskII/Makefile
rm -rf $(TMPDIR)/BasiliskII/src/powerrom_cpu #not yet ready for distribution
mv $(TMPDIR)/BasiliskII $(TMPDIR)/$(VERNAME) mv $(TMPDIR)/BasiliskII $(TMPDIR)/$(VERNAME)
cd $(TMPDIR); tar cfz $@ $(VERNAME) cd $(TMPDIR); tar cfz $@ $(VERNAME)
mv $(TMPDIR)/$@ . mv $(TMPDIR)/$@ .

View File

@ -1,9 +1,8 @@
Basilisk II, Version 0.8 Basilisk II, Version 0.8
A free, portable Mac II emulator A 68k Macintosh emulator
Copyright (C) 1997-2000 Christian Bauer et al. Copyright (C) 1997-2000 Christian Bauer et al.
Freely distributable
License License
@ -16,9 +15,10 @@ See the file "COPYING" that is included in the distribution for details.
Overview Overview
-------- --------
Basilisk II is a free, portable, Open Source 68k Mac emulator. It requires Basilisk II is an Open Source 68k Macintosh emulator. That is, it enables
a copy of a Mac ROM and a copy of MacOS to run. Basilisk II is freeware and you to run 68k MacOS software on you computer, even if you are using a
distributed under the GNU General Public License. different operating system. However, you still need a copy of MacOS and
a Macintosh ROM image to use Basilisk II.
Basilisk II has currently been ported to the following systems: Basilisk II has currently been ported to the following systems:
- BeOS R4 (PowerPC and x86) - BeOS R4 (PowerPC and x86)