Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

desmume-cli(1) [debian man page]

DESMUME(1)						      General Commands Manual							DESMUME(1)

NAME
desmume-cli - Nintendo DS emulator SYNOPSIS
desmume-cli [options] files... DESCRIPTION
This manual page documents briefly the desmume-cli program desmume is a Nintendo DS emulator running homebrew demos and commercial games. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --load-slot=NUM Loads savegame from slot NUM --disable-sound Disables the sound emulation --disable-limiter Disables the 60 fps limiter --3d-engine=ENGINE Select available 3d emulation: 0 = 3d disabled 1 = internal desmume software rasterizer (default) --opengl-2d Enables using OpenGL for screen rendering --soft-convert Use software colour conversion during OpenGL screen rendering. May produce better or worse frame rates depending on hardware. --arm9gdb=PORT_NUM Enable the ARM9 GDB stub on the given port --arm7gdb=PORT_NUM Enable the ARM7 GDB stub on the given port --save-type=TYPE Select savetype from the following: 0 = Autodetect 1 = EEPROM 4kbit 2 = EEPROM 64kbit 3 = EEPROM 512kbit 4 = FRAM 256kbit 5 = FLASH 2mbit 6 = FLASH 4mbit --fwlang=LANG Set the language in the firmware, LANG as follows: 0 = Japanese 1 = English 2 = French 3 = German 4 = Italian 5 = Spanish --cflash=PATH_TO_DISK_IMAGE Enable disk image GBAMP compact flash emulation --help Show summary of options. --version Show version of program. Some options may be unavailable, depending on compile-time configuration, for instance gdb stubs and opengl. INPUT
Mouse cursor acts as stylus, mouse click replaces stylus touch. Keyboard is configured as follows: F1-F10 load savegame from slot 1-10 Shift+F1-F10 save game to slot 1-10 Non-keypad arrows act as d-pad z = A x = B a = Y s = X q = L w = R Enter = START Left Shift = SELECT AUTHOR
desmume was written by DeSmuME team (http://sourceforge.net/projects/desmume). This manual page was written by Pascal Giard <pascal@debian.org>, for the Debian project (but may be used by others). June 26, 2007 DESMUME(1)

Check Out this Related Man Page

FCEU(6) 							   Games Manual 							   FCEU(6)

NAME
fceu - An emulator for the original (8-bit) Nintendo game console. SYNOPSIS
fceu [options] "filename" DESCRIPTION
FCE Ultra is an emulator for the original (8-bit) Nintendo Entertainment System (NES). It has a robust color palette rendering engine that is fully customizable, along with excellent sound and joystick support, and even includes TCP/IP based network playing for head-to-head gaming with your friends! OPTIONS
These are some of the more frequently used options in FCE Ultra. Run fceu without any options for a larger list, or see the README for the full list. -fs {0|1} Toggle full-screen mode. -xres <res> Set the Horizontal resolution for full-screen mode. -yres <res> Set the Vertical resolution for full-screen mode. -gg Enable Game Genie emulation support. -cpalette <file> Use the custom palette in <file>. -soundvol <percentge> Sets the sound volume to the given percentage. -sound <rate> Set the sound playback sample rate (0 == off). -connect <server> Connect as a client (player 2) to <server> for TCP/IP network play. -server Be a host server (player 1) for a TCP/IP network game. -netport <portnum> Use <portnum> for TCP/IP network play. Default is 4046. KEYBOARD COMMANDS
FCE Ultra has a number of commands available within the emulator. It also provides keyboard bindings for emulating gamepads or powerpads. Gamepad Keyboard Bindings +------------+---------------+ |NES Gamepad | Keyboard | +------------+---------------+ | Arrows | Cursor Arrows | | A | Left ALT | | B | Left CTRL | | Select | TAB | | Start | ENTER | +------------+---------------+ Other Commands <F2> Activate cheat interface. <F4> Toggle full-screen mode. <F5> Save game state into current slot (set using number keys). <F7> Restore game state from current slot (set using number keys). <F9> Save screen snapshot. <F10> Reset NES. <F11> Toggle power to NES. <F12>, <ESC> Quit FCE Ultra. SEE ALSO
/usr/share/doc/fceu/fceultra.html The FCE Ultra README file. http://fceultra.sourceforge.net/ The FCE Ultra project homepage. AUTHOR
This manual page was written by Joe Nahmias <joe@nahmias.net>, for the Debian GNU/Linux system (but may be used by others). October 10, 2004 FCEU(6)
Man Page