diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-07-29 02:04:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-07-29 02:04:33 +0800 |
commit | 7bdf886b76e6ef7b3384314ef544c4f7875baa9d (patch) | |
tree | b433165e51b9507bf568a42b9f72ee61a24e176e /emulators/Makefile | |
parent | 3ad541e2c95e7e1a577f49a704a6fa704b3cd5f5 (diff) | |
download | freebsd-ports-gnome-7bdf886b76e6ef7b3384314ef544c4f7875baa9d.tar.gz freebsd-ports-gnome-7bdf886b76e6ef7b3384314ef544c4f7875baa9d.tar.zst freebsd-ports-gnome-7bdf886b76e6ef7b3384314ef544c4f7875baa9d.zip |
bsnes is an emulator that began development on 2004-10-14.
The purpose of this emulator is a bit different from others:
it focuses on accuracy, debugging functionality, and clean code.
The emulator does not focus on things that would hinder accuracy.
This includes speed and game-specific hacks for compatibility.
As a result, the minimum system requirements for bsnes are very high.
The emulator itself was not derived from any existing emulator source code,
such as SNES9x. It was written from scratch by myself.
Any similarities to other emulators are merely coincidental.
WWW: http://byuu.org/bsnes/
PR: 135592
Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org>
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 3f6d8bc0de24..17389c878b89 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -13,6 +13,7 @@ SUBDIR += basiliskII SUBDIR += bfe SUBDIR += bochs + SUBDIR += bsnes SUBDIR += bsvc SUBDIR += catapult SUBDIR += cinc |