diff --git a/BasiliskII/BasiliskII.spec b/BasiliskII/BasiliskII.spec index 23f4563a..ee40178d 100644 --- a/BasiliskII/BasiliskII.spec +++ b/BasiliskII/BasiliskII.spec @@ -1,7 +1,7 @@ Summary: A free, portable Mac II emulator Name: BasiliskII Version: 0.7 -Release: 1 +Release: 2 URL: http://www.uni-mainz.de/~bauec002/B2Main.html Source: BasiliskII_src_03101999.tar.gz Copyright: GPL @@ -45,8 +45,3 @@ make install /usr/X11R6/bin/BasiliskII /usr/man/man1/BasiliskII.1 /usr/share/BasiliskII/keycodes - -%changelog -* Fri Jul 23 1999 Roman Niewiarowski - [0.6-1] -- First rpm release diff --git a/BasiliskII/ChangeLog b/BasiliskII/ChangeLog index 581720f5..d2e8f5d4 100644 --- a/BasiliskII/ChangeLog +++ b/BasiliskII/ChangeLog @@ -1,8 +1,12 @@ V0.7 (alpha) - Source tree imported into CVS + - Added BasiliskII.spec file and top-level Makefile to simplify + making distributions [with assistance from Roman Niewiarowski] - Unix: "basilisk_ii_keycodes" renamed to "keycodes", default location of keycodes file is now /usr/local/share/BasiliskII/keycodes - - Unix: improved the install target + - Unix: improved the install target, added uninstall target + - Unix/Linux/NetDriver: removed MAKEDEV, functionality now included + in Makefile ("make dev") - Unix/sys_unix.cpp: Sys_open() checks whether an HFS volume is currently mounted under Linux and tries to unmount it - Unix/sys_unix.cpp: implemented SysAddDiskPrefs() for Linux (scans @@ -10,6 +14,11 @@ V0.7 (alpha) - Unix/sys_unix.cpp: implemented Sys(Prevent/Allow)Removal() [Ryan Cumming] - Unix/main_unix.cpp: added call to gtk_set_locale() before gtk_init() [Toshimitsu Tanaka] + - Unix/video_x.cpp: "dga" screen preferences now takes width and + height as parameters (e.g. dga/640/480), like "win" [Pablo Averbuj] + - Unix/video_x.cpp: Caps Lock behaves as expected [Pablo Averbuj] + - Unix/prefs_editor_gtk.cpp: made the window width/height widgets + comboboxes providing some useful defaults V0.7 (alpha) - 25.Jul.1999 - with 32-bit clean ROMs, the CPU type is now reported as a 68030 diff --git a/BasiliskII/INSTALL b/BasiliskII/INSTALL index b2b59449..ded26dcd 100644 --- a/BasiliskII/INSTALL +++ b/BasiliskII/INSTALL @@ -69,13 +69,13 @@ Unix: To use Ethernet networking under Linux, you either have to configure your kernel for ethertap support or make and install the "sheep_net" driver: - cd src/Unix make modules This should produce a kernel module "sheep_net.o" in the "Linux/NetDriver" directory. Now su root and say - ./MAKEDEV + cd Linux/NetDriver + make dev /sbin/insmod sheep_net.o This will install the device node "/dev/sheep_net" and load the driver. diff --git a/BasiliskII/Makefile b/BasiliskII/Makefile index 9086b618..01766676 100644 --- a/BasiliskII/Makefile +++ b/BasiliskII/Makefile @@ -1,15 +1,19 @@ # Makefile for creating Basilisk II distributions # Written in 1999 by Christian Bauer -VERSION = $(shell grep '^Version' Color display in an X11 window of the given size. The color depth (8/15/24 bit) depends on the depth of the underlying X11 screen. This is the default. - dga + dga// Full-screen display using the X11 DGA extensions. The color depth (8/15/24 bit) depends on the depth of the underlying X11 screen. - For DGA to work, Basilisk II must be compiled with DGA support - enabled (selectable in the configure script). + "width" and "height" specify the maximum width/height to use. + Saying "dga/0/0" means "complete screen". For DGA to work, Basilisk II + must be compiled with DGA support enabled (selectable in the configure + script). AmigaOS: The "video mode" is one of the following: