diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-29 09:07:09 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-29 09:07:09 +0000 |
commit | d88cedc838256c93e2f02a1ce7435d826425bcdf (patch) | |
tree | aa6480ca793198e69035277c0dfc7b1b4b6cab2f /emulators/atari800/files/patch-ab | |
parent | Install all binaries. (diff) |
Import atari800 port. This is an emulator of the old 8bit computer.
PR: 3411
Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
Notes
Notes:
svn path=/head/; revision=8387
Diffstat (limited to 'emulators/atari800/files/patch-ab')
-rw-r--r-- | emulators/atari800/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/atari800/files/patch-ab b/emulators/atari800/files/patch-ab new file mode 100644 index 000000000000..15c13272debe --- /dev/null +++ b/emulators/atari800/files/patch-ab @@ -0,0 +1,19 @@ +*** sound.c.orig Sun Apr 20 23:19:13 1997 +--- sound.c Sun Apr 20 23:19:28 1997 +*************** +*** 3,9 **** + #ifdef VOXWARE + #include <fcntl.h> + #include <sys/ioctl.h> +! #include <sys/soundcard.h> + + #include "pokey11.h" + +--- 3,9 ---- + #ifdef VOXWARE + #include <fcntl.h> + #include <sys/ioctl.h> +! #include <machine/soundcard.h> + + #include "pokey11.h" + |