Skip to content

Commit

Permalink
finalize 006
Browse files Browse the repository at this point in the history
  • Loading branch information
dborth committed Oct 16, 2008
1 parent 264df6f commit b627305
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Makefile.gc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 005
VERSION := 006

#---------------------------------------------------------------------------------
# Clear the implicit built in rules
Expand Down
2 changes: 1 addition & 1 deletion Makefile.wii
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 005
VERSION := 006

#---------------------------------------------------------------------------------
# Clear the implicit built in rules
Expand Down
38 changes: 21 additions & 17 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
��������������������������������������������������������������������������rK�

ח����������� ������������������������������ �����������������������-����-���
|0O��o� SNES9X GX �o��O0|
|0O��o� SNES9X GX 006 �o��O0|
| http://code.google.com/p/snes9x-gx |
| (Under GPL License) |
`������� ���������������� ��������������� �������������������� �������������'

SNES9x GX is a Super Nintendo emulator for the Wii based on the PC emulator
Expand All @@ -19,14 +21,30 @@ the original SNES9x 1.50 GameCube port, whose work was continued by crunchy2.
It was updated for the Wii by michniewski and SNES9x 1.51 was ported by
Tantric. The project is currently being maintained by michniewski and Tantric.

[What's New 006]
ח����������� ������������������������������ �����������������������-����-���
|0O��o� FEATURES �o��O0|
`������� ���������������� ��������������� �������������������� �������������'
- Based on Snes9x 1.51 - superior ROM compatibility
- Wiimote, Nunchuk, Classic, and Gamecube controller support
- SNES Superscope, Mouse, Justifier support
- Cheat support
- Auto Load/Save Game Snapshots and SRAM
- Custom controller configurations
- SD, USB, DVD, SMB, GC Memory Card, Zip, and 7z support
- Autodetect PAL/NTSC, 16:9 widescreen support
- Open Source!

ח����������� ������������������������������ �����������������������-����-���
|0O��o� UPDATE HISTORY �o��O0|
`������� ���������������� ��������������� �������������������� �������������'

[What's New 006 - October 15, 2008]

Tantric
- added: 480p for GameCube
- added: Sound sync
- added: 7z support
- changed: Faster SD/USB access (readahead cache enabled)
- changed: Auto frameskip (previously was fixed frameskip)
- fixed: Video offset issues
- fixed: BS-X games work now
- fixed: Wii DVD works now
Expand Down Expand Up @@ -122,20 +140,6 @@ Tantric

[older update history at the bottom]


ח����������� ������������������������������ �����������������������-����-���
|0O��o� FEATURES �o��O0|
`������� ���������������� ��������������� �������������������� �������������'
- Based on Snes9x 1.51 - superior ROM compatibility
- Wiimote, Nunchuk, Classic, and Gamecube controller support
- SNES Superscope, Mouse, Justifier support
- Cheat support
- Auto Load/Save Game Snapshots and SRAM
- Custom controller configurations
- SD, USB, DVD, SMB, GC Memory Card, and Zip support
- Autodetect PAL/NTSC, 16:9 widescreen support
- Open Source!

ח����������� ������������������������������ �����������������������-����-���
|0O��o� SETUP & INSTALLATION �o��O0|
`������� ���������������� ��������������� �������������������� �������������'
Expand Down
2 changes: 1 addition & 1 deletion source/ngc/menudraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ DrawMenu (char items[][50], char *title, int maxitems, int selected, int fontsiz
}

setfontsize (12);
DrawText (510, screenheight - 20, (char *)"Snes9x GX 005");
DrawText (510, screenheight - 20, (char *)VERSIONSTR);

// Draw menu items

Expand Down
4 changes: 2 additions & 2 deletions source/ngc/snes9xGX.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#include <gccore.h>
#include "snes9x.h"

#define VERSIONNUM "005"
#define VERSIONSTR "Snes9x GX 005"
#define VERSIONNUM "006"
#define VERSIONSTR "Snes9x GX 006"

#define NOTSILENT 0
#define SILENT 1
Expand Down

0 comments on commit b627305

Please sign in to comment.