From e85337e1a843d205f72dc2f03b3be9379a724d53 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 11 Jun 2006 10:55:20 +0000 Subject: Mednafen is a portable, utilizing OpenGL and SDL, argument(command-line)-driven multi-system emulator with many advanced features. The Atari Lynx, GameBoy, GameBoy Color, GameBoy Advance, NES, PC Engine(TurboGrafx 16), and SuperGrafx are emulated. Mednafen has the ability to remap hotkey functions and virtual system inputs to a keyboard, a joystick, or both simultaneously. Save states are supported, as is real-time game rewinding. Screen snapshots may be taken at the press of a button, and are saved in the popular PNG file format. Mednafen is distributed under the terms of the GNU GPL. Due to the threaded model of emulation used in Mednafen, and limitations of SDL a joystick is preferred over a keyboard to play games, as the joystick will have slightly less latency, although the latency differences may not be perceptible to most people. WWW: http://mednafen.com/ PR: ports/94006 Submitted by: Jose Alonso Cardenas Marquez --- emulators/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'emulators/Makefile') diff --git a/emulators/Makefile b/emulators/Makefile index 3655bd3be72..6d3b2e28080 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -78,6 +78,7 @@ SUBDIR += linux_base-suse-9.3 SUBDIR += m2000 SUBDIR += mastergear + SUBDIR += mednafen SUBDIR += minivmac SUBDIR += mtools SUBDIR += mupen64 -- cgit