diff options
author | tv <tv@pkgsrc.org> | 1999-05-23 05:17:04 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-23 05:17:04 +0000 |
commit | 8fe0f51e6cc69420c3ed8649d35573b6e4278498 (patch) | |
tree | cad054206b54c237feda7bf721d4dc90ae944898 /emulators/atari800/patches | |
parent | 26a5e198f1478b2fa127d0b8344351a6eb9b8941 (diff) | |
download | pkgsrc-8fe0f51e6cc69420c3ed8649d35573b6e4278498.tar.gz |
An Atari 800/XL/5200 emulator for the X Window System.
Diffstat (limited to 'emulators/atari800/patches')
-rw-r--r-- | emulators/atari800/patches/patch-aa | 25 | ||||
-rw-r--r-- | emulators/atari800/patches/patch-ab | 13 | ||||
-rw-r--r-- | emulators/atari800/patches/patch-ac | 15 |
3 files changed, 53 insertions, 0 deletions
diff --git a/emulators/atari800/patches/patch-aa b/emulators/atari800/patches/patch-aa new file mode 100644 index 00000000000..dd4469b3829 --- /dev/null +++ b/emulators/atari800/patches/patch-aa @@ -0,0 +1,25 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/05/23 05:17:05 tv Exp $ + +--- sound.c.orig Tue Dec 1 11:46:36 1998 ++++ sound.c Sun May 23 00:35:02 1999 +@@ -5,7 +5,7 @@ + #ifdef VOXWARE + #include <fcntl.h> + #include <sys/ioctl.h> +-#include <sys/soundcard.h> ++#include <soundcard.h> + + #include "pokeysnd.h" + +@@ -57,9 +57,9 @@ + unsigned int formats; + int tmp; + +- dsp_fd = open("/dev/dsp", O_WRONLY, 0777); ++ dsp_fd = open("/dev/audio", O_WRONLY, 0777); + if (dsp_fd == -1) { +- perror("/dev/dsp"); ++ perror("/dev/audio"); + exit(1); + } + /* diff --git a/emulators/atari800/patches/patch-ab b/emulators/atari800/patches/patch-ab new file mode 100644 index 00000000000..192977c8064 --- /dev/null +++ b/emulators/atari800/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/05/23 05:17:05 tv Exp $ + +--- rt-config.c.orig Sun May 23 00:57:27 1999 ++++ rt-config.c Sun May 23 00:57:49 1999 +@@ -41,7 +41,7 @@ + extern int Ram256; + + static char *rtconfig_filename1 = "atari800.cfg"; +-static char *rtconfig_filename2 = "/etc/atari800.cfg"; ++static char *rtconfig_filename2 = PREFIX "/share/atari800/atari800.cfg"; + + int RtConfigLoad(char *rtconfig_filename) + { diff --git a/emulators/atari800/patches/patch-ac b/emulators/atari800/patches/patch-ac new file mode 100644 index 00000000000..5d8d3417b55 --- /dev/null +++ b/emulators/atari800/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1.1.1 1999/05/23 05:17:05 tv Exp $ + +--- atari800.man.orig Sun May 23 01:07:10 1999 ++++ atari800.man Sun May 23 01:15:31 1999 +@@ -117,8 +117,8 @@ + Runs the emulator in a huge window where each Atari 800 pixel is + represented by a 3x3 X Window rectange. + .TP +-\fB-sound +-Enable sound using the Network Audio System. ++\fB-nosound ++Disable sound (necessary if no audio device is available). + .SS Amiga Options + .TP + \fB-ocs |