diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-24 22:50:00 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-24 22:50:00 +0000 |
commit | c4bae5559667772cd374a975ab7f97f36f1eb9eb (patch) | |
tree | af946260564543bc8daa056add92c191a47b38d8 /emulators/Makefile | |
parent | 091e3e7c5c3fae5885e6a04b4f3ee3fa81fb33f3 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=171346
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 |