diff options
author | acm <acm@FreeBSD.org> | 2006-08-25 06:50:00 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-08-25 06:50:00 +0800 |
commit | b9f50e8bf899772352af3e01a1216fef6fbcbc28 (patch) | |
tree | 233fce7e9e8e7f8f504bee18a8a0c8cb4b9222e1 /emulators/Makefile | |
parent | 79ef04f15b3a253df350ac39cfd9805bc9edb346 (diff) | |
download | freebsd-ports-gnome-b9f50e8bf899772352af3e01a1216fef6fbcbc28.tar.gz freebsd-ports-gnome-b9f50e8bf899772352af3e01a1216fef6fbcbc28.tar.zst freebsd-ports-gnome-b9f50e8bf899772352af3e01a1216fef6fbcbc28.zip |
- New port: emulators/yabause
Yabause is a Sega Saturn emulator. It currently runs on GNU/Linux, FreeBSD and
is being ported to Microsoft Windows and Mac OS X. It is also ported to the
Sega Dreamcast as a separate project. It is written in C using the SDL and
OpenGL libraries with support for cdrom and iso files.
WWW: http://yabause.sourceforge.net/
Approved by: garga (mentor)
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 846c8687153b..4a164b276606 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -156,6 +156,7 @@ SUBDIR += xmess SUBDIR += xsystem35 SUBDIR += xzx + SUBDIR += yabause SUBDIR += yape SUBDIR += zsnes |