# HG changeset patch # User Oleksandr Gavenko # Date 1413574846 -10800 # Node ID 6f11be9ca8cfa222db992c90ae98ff7cdc5faad9 # Parent e04a32e3e1d62a0f0f46dc2f3dfcbc6df3f72b07# Parent 6a159ac9641b1edc57257870c5bb794cb0d44be0 merged diff -r e04a32e3e1d6 -r 6f11be9ca8cf fvwm.rst --- a/fvwm.rst Fri Oct 17 18:17:00 2014 +0300 +++ b/fvwm.rst Fri Oct 17 22:40:46 2014 +0300 @@ -28,6 +28,12 @@ and check results in ``~/.xsession-errors``. +Check functions from ``fvwm/functable.c``:: + + $ FvwmCommand -i1 send_configinfo + $ FvwmCommand -i1 send_windowlist + $ FvwmCommand -i3 send_windowlist + Perl module for FVWM. ===================== :: diff -r e04a32e3e1d6 -r 6f11be9ca8cf game-console.rst --- a/game-console.rst Fri Oct 17 18:17:00 2014 +0300 +++ b/game-console.rst Fri Oct 17 22:40:46 2014 +0300 @@ -11,6 +11,7 @@ * http://en.wikipedia.org/wiki/List_of_video_games_considered_the_best * http://en.wikipedia.org/wiki/List_of_best-selling_video_games + * http://www.hardcoregaming101.net/ Free ROMs. ========== @@ -39,22 +40,45 @@ SNES. ----- -Emulators: Mednafen. +Emulators: Mednafen, zsnes. CPU: 16-bit 65c816 Ricoh 5A22 3.58 MHz * http://en.wikipedia.org/wiki/Super_Nintendo_Entertainment_System -Nintendo 64. ------------- +Playstation1/PS1. +----------------- + +Emulators: Mednafen, pcsxr. + +CPU: MIPS R3000A-family R3051 33.8688 MHz +RAM: 2MB, 1MB Video RAM +Resolution: 640x480 +Sound: 16-bit 24 channel PCM + + * http://en.wikipedia.org/wiki/PlayStation_%28console%29 + * http://en.wikipedia.org/wiki/PlayStation_technical_specifications + +Nintendo 64 (N64). +------------------ Emulators: Mupen64Plus. CPU: 64-bit NEC VR4300 @ 93.75 MHz Graphics: SGI RCP @ 62.5 MHz + * http://en.wikipedia.org/wiki/Nintendo_64 * http://en.wikipedia.org/wiki/List_of_best-selling_Nintendo_64_video_games +Saturn. +------- + +Emulators: Yabause. + +CPU: 2 × Hitachi SH-2 32-bit RISC (28.6 MHz) + + * http://en.wikipedia.org/wiki/Sega_Saturn + GameCube. --------- @@ -96,6 +120,16 @@ http://gmame.wordpress.com/feed Unofficial blog. +pcsxr. +------ +:: + + $ sudo apt-get install pcsxr + +See: + + * http://pcsxr.codeplex.com/ + Mupen64Plus. ------------ :: @@ -107,6 +141,16 @@ https://code.google.com/p/mupen64plus/ Home page. +Yabause. +-------- +:: + + $ sudo apt-get install yabause-gtk + +See: + + * http://yabause.org + Dolphin. --------