diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-17 19:35:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-17 19:35:08 +0000 |
commit | b980b3e3a26736fa807575012d7ecb2dd8618599 (patch) | |
tree | 353bdc537b8eb9b2393a4bd151ad7e40d5680609 /emulators/snespp/pkg-descr | |
parent | fd3a00a156ebeaea48923a1878f597a261e22be2 (diff) | |
download | ports-b980b3e3a26736fa807575012d7ecb2dd8618599.tar.gz ports-b980b3e3a26736fa807575012d7ecb2dd8618599.zip |
snespp is a kernel module for Super NES/Famicon controllers interfaced via a
parallel port. It appears as a keyboard: buttons on the controllers send key
strokes to the operating system. snespp works under both the system console
and X windows, using the microseq interface to reduce overhead.
WWW: http://www.cse.unsw.edu.au/~tbourke/software/snespp.html
PR: ports/111721
Submitted by: Timothy Bourke <timbob at bigpond.com>
Notes
Notes:
svn path=/head/; revision=190226
Diffstat (limited to 'emulators/snespp/pkg-descr')
-rw-r--r-- | emulators/snespp/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emulators/snespp/pkg-descr b/emulators/snespp/pkg-descr new file mode 100644 index 000000000000..66620a8f7d6f --- /dev/null +++ b/emulators/snespp/pkg-descr @@ -0,0 +1,6 @@ +snespp is a kernel module for Super NES/Famicon controllers interfaced via a +parallel port. It appears as a keyboard: buttons on the controllers send key +strokes to the operating system. snespp works under both the system console +and X windows, using the microseq interface to reduce overhead. + +WWW: http://www.cse.unsw.edu.au/~tbourke/software/snespp.html |