- credits, readme update

This commit is contained in:
michniewski 2008-09-23 04:13:33 +00:00
parent c47d9bbc98
commit f10ee29ac0
26 changed files with 53 additions and 0 deletions

View File

@ -23,6 +23,10 @@ by michniewski and Tantric.
michniewski michniewski
- added: Superscope/mouse/justifier support, with Wii remote - added: Superscope/mouse/justifier support, with Wii remote
- added: 3 render modes - Original, Filtered, Unfiltered
- added: widescreen compensation option
- added: DVD support on the Wii
- changed: zoom - limited range, added reset zoom option
Tantric Tantric
- added: now uses SNES 1.51 core (thanks to eke-eke for help with this) - added: now uses SNES 1.51 core (thanks to eke-eke for help with this)
@ -244,7 +248,18 @@ HOME Emulator menu
LT LT LT LT LT LT LT LT
RT RT RT RT RT RT RT RT
×—–­—–­—–­—–­ –­—–­—–­—–­—–­—–­—–­—–­—–­—–­— ­—–­—–­—–­—–­—–­—–­—–­—-­—–­-–•¬
|0O×øo· SUPERSCOPE / MOUSE / JUSTIFIER SUPPORT ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
Make sure you enable the superscope, mouse, or justifier in the controller
options menu BEFORE loading the rom. If you have already loaded the rom
and changed the setting, reset the game for the settings to take effect.
These controllers can be controlled by either the Gamecube controller analog
sticks,the Classic controller analog sticks, or by aiming at the screen
with the wiimote.
(these configurations cannot be changed, yet)
×—–­—–­—–­—–­ –­—–­—–­—–­—–­—–­—–­—–­—–­—–­— ­—–­—–­—–­—–­—–­—–­—–­—-­—–­-–•¬ ×—–­—–­—–­—–­ –­—–­—–­—–­—–­—–­—–­—–­—–­—–­— ­—–­—–­—–­—–­—–­—–­—–­—-­—–­-–•¬
|0O×øo· ZIP SUPPORT ·oø×O0| |0O×øo· ZIP SUPPORT ·oø×O0|

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May 2007 * crunchy2 May 2007
* Michniewski 2008
* Tantric August 2008 * Tantric August 2008
* *
* fileop.cpp * fileop.cpp

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May 2007 * crunchy2 May 2007
* Michniewski 2008
* Tantric August 2008 * Tantric August 2008
* *
* fileop.h * fileop.h

View File

@ -4,6 +4,7 @@
* softdev July 2006 * softdev July 2006
* svpe June 2007 * svpe June 2007
* crunchy2 May-July 2007 * crunchy2 May-July 2007
* Michniewski 2008
* Tantric August 2008 * Tantric August 2008
* *
* filesel.cpp * filesel.cpp

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May 2007 * crunchy2 May 2007
* Michniewski 2008
* Tantric August 2008 * Tantric August 2008
* *
* filesel.h * filesel.h

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May 2007-July 2007 * crunchy2 May 2007-July 2007
* Michniewski 2008
* Tantric August 2008 * Tantric August 2008
* *
* freeze.cpp * freeze.cpp

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May 2007-July 2007 * crunchy2 May 2007-July 2007
* Michniewski 2008
* Tantric August 2008 * Tantric August 2008
* *
* freeze.h * freeze.h

View File

@ -1,3 +1,11 @@
/****************************************************************************
* Snes9x 1.51 Nintendo Wii/Gamecube Port
*
* Michniewski 2008
*
* gui.cpp
***************************************************************************/
#include <gccore.h> #include <gccore.h>
#include <ogcsys.h> #include <ogcsys.h>
#include <stdio.h> #include <stdio.h>

View File

@ -1,3 +1,10 @@
/****************************************************************************
* Snes9x 1.51 Nintendo Wii/Gamecube Port
*
* Michniewski 2008
*
* gui.h
***************************************************************************/
#ifndef __GUI_H__ #ifndef __GUI_H__
#define __GUI_H__ #define __GUI_H__

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May-June 2007 * crunchy2 May-June 2007
* Michniewski 2008
* Tantric September 2008 * Tantric September 2008
* *
* input.cpp * input.cpp

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May-June 2007 * crunchy2 May-June 2007
* Michniewski 2008
* Tantric September 2008 * Tantric September 2008
* *
* input.h * input.h

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May-June 2007 * crunchy2 May-June 2007
* Michniewski 2008
* Tantric August 2008 * Tantric August 2008
* *
* menu.cpp * menu.cpp

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May-June 2007 * crunchy2 May-June 2007
* Michniewski 2008
* Tantric August 2008 * Tantric August 2008
* *
* menu.h * menu.h

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 June 2007 * crunchy2 June 2007
* Michniewski 2008
* Tantric August 2008 * Tantric August 2008
* *
* menudraw.cpp * menudraw.cpp

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 June 2007 * crunchy2 June 2007
* Michniewski 2008
* Tantric August 2008 * Tantric August 2008
* *
* menudraw.h * menudraw.h

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May 2007 * crunchy2 May 2007
* Michniewski 2008
* Tantric September 2008 * Tantric September 2008
* *
* s9xconfig.cpp * s9xconfig.cpp

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May 2007 * crunchy2 May 2007
* Michniewski 2008
* Tantric September 2008 * Tantric September 2008
* *
* s9xconfig.h * s9xconfig.h

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May 2007 * crunchy2 May 2007
* Michniewski 2008
* Tantric September 2008 * Tantric September 2008
* *
* s9xsupport.cpp * s9xsupport.cpp

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May 2007-July 2007 * crunchy2 May 2007-July 2007
* Michniewski 2008
* Tantric September 2008 * Tantric September 2008
* *
* snes9xGX.cpp * snes9xGX.cpp

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May 2007-July 2007 * crunchy2 May 2007-July 2007
* Michniewski 2008
* Tantric September 2008 * Tantric September 2008
* *
* snes9xGX.h * snes9xGX.h

View File

@ -2,6 +2,7 @@
* Snes9x 1.51 Nintendo Wii/Gamecube Port * Snes9x 1.51 Nintendo Wii/Gamecube Port
* *
* crunchy2 April 2007-July 2007 * crunchy2 April 2007-July 2007
* Michniewski 2008
* Tantric September 2008 * Tantric September 2008
* *
* sram.cpp * sram.cpp

View File

@ -2,6 +2,7 @@
* Snes9x 1.51 Nintendo Wii/Gamecube Port * Snes9x 1.51 Nintendo Wii/Gamecube Port
* *
* crunchy2 April 2007-July 2007 * crunchy2 April 2007-July 2007
* Michniewski 2008
* Tantric September 2008 * Tantric September 2008
* *
* sram.cpp * sram.cpp

View File

@ -2,6 +2,7 @@
* Snes9x 1.51 Nintendo Wii/Gamecube Port * Snes9x 1.51 Nintendo Wii/Gamecube Port
* *
* softdev July 2006 * softdev July 2006
* Michniewski 2008
* Tantric September 2008 * Tantric September 2008
* *
* unzip.cpp * unzip.cpp

View File

@ -2,6 +2,7 @@
* Snes9x 1.51 Nintendo Wii/Gamecube Port * Snes9x 1.51 Nintendo Wii/Gamecube Port
* *
* softdev July 2006 * softdev July 2006
* Michniewski 2008
* Tantric September 2008 * Tantric September 2008
* *
* unzip.h * unzip.h

View File

@ -3,6 +3,7 @@
* *
* softdev July 2006 * softdev July 2006
* crunchy2 May 2007 * crunchy2 May 2007
* Michniewski 2008
* *
* video.cpp * video.cpp
* *

View File

@ -2,6 +2,7 @@
* Snes9x 1.51 Nintendo Wii/Gamecube Port * Snes9x 1.51 Nintendo Wii/Gamecube Port
* *
* softdev July 2006 * softdev July 2006
* Michniewski 2008
* *
* video.h * video.h
* *