From afa232e9353a8cf6782bdb59a220b7eb69260beb Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 28 Jul 2009 18:04:33 +0000 Subject: 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 --- emulators/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'emulators/Makefile') 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 -- cgit v1.3