diff options
author | B. Watson <yalhcru@gmail.com> | 2015-06-24 16:34:25 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-28 11:49:20 +0700 |
commit | dfec940e0028db00f9fdf059c7d2c208d908b541 (patch) | |
tree | e0e45810ac8244fca5e98bfbefe438661902fb96 /system/kegs/README | |
parent | bbaae0b2947a34a69078ceb22d14e25e2e4f138d (diff) | |
download | slackbuilds-dfec940e0028db00f9fdf059c7d2c208d908b541.tar.gz |
system/kegs: Fix audio issues.
Diffstat (limited to 'system/kegs/README')
-rw-r--r-- | system/kegs/README | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/system/kegs/README b/system/kegs/README index 3ca724b3f3..c16490b6c7 100644 --- a/system/kegs/README +++ b/system/kegs/README @@ -5,25 +5,5 @@ IIgs was the most powerful computer in the Apple II line. It first was sold in 1986. An Apple IIgs has the capability to run almost all Apple II, Apple IIe, and Apple IIc programs. -KEGS requires a ROM image dumped from an Apple IIgs. This will typically -be called either "rom01" (131072 bytes) or "rom03" (262144 bytes), -and will often be distributed in zip files called apple2g1.zip and -apple2gs.zip (for use with MESS). This package can optionally include -the ROM file. To do this, place the ROM image in the slackbuild -directory before running the script. The image will be installed -as /usr/share/kegs/rom03 (or rom01). If you do not include the ROM -in the package, you will need to manually copy the rom03 image to -/usr/share/kegs/rom03 before the emulator will work properly. - -Optional dependency: If you intend to run Apple's GS/OS in -the emulator, you will need macutils to extract the .sea.bin -archives from Apple's website. Download disk image(s) from -http://www.info.apple.com/support/oldersoftwarelist.html and then -run e.g.: - -$ macunpack -d Disk_2_of_7-System.Disk.sea.bin -$ mv Disk_2_of_7-System.Disk.data system_disk.dsk - -Mount system_disk.dsk on slot 5 using the config menu within xkegs, -set slot 5 as the default startup device in the IIgs control panel, -and you should be booting into the IIgs native GUI environment. +See README.Slackware for information about ROM images, audio, and +disk images. |