diff options
| author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-30 16:32:35 +0000 |
|---|---|---|
| committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-30 16:32:35 +0000 |
| commit | 6f79c9c567ba33f6a18d2d11c44a8f20c67a4325 (patch) | |
| tree | 5b7098a000f6cb1a708b024c84b1f43302bce6a0 /emulators/atari800/files/patch-ad | |
| parent | 35d40460e08ebb71b4a7a7b97e9874a7f4d409d7 (diff) | |
Updated to version 0.8.6 after I modified several problems
PR: ports/7734
Submitted by: Joel Sutton (maintainer)
Diffstat (limited to 'emulators/atari800/files/patch-ad')
| -rw-r--r-- | emulators/atari800/files/patch-ad | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/emulators/atari800/files/patch-ad b/emulators/atari800/files/patch-ad index 7b586ec4aa06..cc8d4527a87f 100644 --- a/emulators/atari800/files/patch-ad +++ b/emulators/atari800/files/patch-ad @@ -1,19 +1,19 @@ -*** rt-config.c.orig Sun Apr 20 23:38:04 1997 ---- rt-config.c Sun Apr 20 23:39:04 1997 +*** sound.c.orig Thu Jun 18 21:57:09 1998 +--- sound.c Thu Jun 18 21:57:30 1998 *************** -*** 32,38 **** - int enable_xcolpf1; +*** 5,11 **** + #ifdef VOXWARE + #include <fcntl.h> + #include <sys/ioctl.h> +! #include <sys/soundcard.h> - static char *rtconfig_filename1 = "atari800.cfg"; -! static char *rtconfig_filename2 = "/etc/atari800.cfg"; + #include "pokey11.h" - int RtConfigLoad (char *rtconfig_filename) - { ---- 32,38 ---- - int enable_xcolpf1; +--- 5,11 ---- + #ifdef VOXWARE + #include <fcntl.h> + #include <sys/ioctl.h> +! #include <machine/soundcard.h> - static char *rtconfig_filename1 = "atari800.cfg"; -! static char *rtconfig_filename2 = ATARI_CONFIG ; + #include "pokey11.h" - int RtConfigLoad (char *rtconfig_filename) - { |
