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 release 1
Summary: Free, portable 68k Macintosh emulator
Summary: 68k Macintosh emulator
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Group: Applications/Emulators
Source: %{name}_src_05102000.tar.gz
Source: %{name}_src_10102000.tar.gz
URL: http://www.uni-mainz.de/~bauec002/B2Main.html
BuildRoot: %{_tmppath}/%{name}-root
Prefix: %{_prefix}
%description
Basilisk II is a free, portable, Open Source 68k Macintosh emulator. It
requires a copy of a Mac ROM and a copy of MacOS to run. Basilisk II is
freeware and distributed under the GNU General Public License.
Basilisk II is an Open Source 68k Macintosh emulator. That is, it enables
you to run 68k MacOS software on you computer, even if you are using a
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:
- Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5)
@ -33,7 +34,8 @@ Some features of Basilisk II:
- Serial drivers
- SCSI Manager (old-style) emulation
- 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
%setup -q

View File

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

View File

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