diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-05-27 08:24:44 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-05-27 08:24:44 +0000 |
commit | 45d7ea76933c2492ac37433bf5b0db613a01a6c1 (patch) | |
tree | c8a75feaba12c3e90263a112dbe4a527671b2e71 /audio/Makefile | |
parent | Update to 0.12.2. (diff) |
Add sidplayer 4.4,
SIDPlayer is a replayer program for C64 music (SID tunes). You can
think of it as being a stripped-down C64 emulator that only emulates
the processor and the sound chip of the C64. It also supports the
SID option of the Catweasel MK3 PCI card.
PR: ports/81537
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes:
svn path=/head/; revision=136256
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 435acd210fa9..69e8f8b9a9de 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -413,6 +413,7 @@ SUBDIR += shorten SUBDIR += shout SUBDIR += sidplay + SUBDIR += sidplayer SUBDIR += simplemod SUBDIR += slimserver SUBDIR += snack |