xDink 1.08 ported by A600

This is a port for the Xbox1 of FreeDink (http://www.gnu.org/software/freedink/)
a free, portable and enhanced version of the Dink Smallwood game engine done by
Sylvain Beucler and possible thanks to the SDLx libs by lantus.

Dink Smallwood is an adventure/role-playing game, similar to Zelda (2D top view),
made by RTsoft.

The game features the twisted adventure of young Dink Smallwood, a pig farmer who
leaves his town and goes on a quest to save the world.


TODO
----

- D-Mods support.



The xresizer.xbe included, allows to resize the screen for those with overscan problems. It
generates a xbox.cfg with this default settings:

xpos=0
ypos=0
xstretch=0
ystretch=0
flickerfilter=1
720p=1

The flickerfilter option can be a number between 0 and 5.

NOTE: for a pixel perfect screen with correct aspect ratio these values
should be used:

480p:
-----
xpos=40
ypos=0
xstretch=-80
ystretch=0

720p:
-----
xpos=160
ypos=0
xstretch=-320
ystretch=0



CONTROLS
--------

Left Analog 		-> Up / Down / Left / Right
Dpad 			-> Up / Down / Left / Right 
A			-> Attack / Use equipped item / Select option
B 			-> Talk / Examine / Manipulate
X 			-> Use equipped magic
Y 			-> Inventory / Equip screen
Black 			-> Options
White 			-> Display map (if you have one)



Source code (sources.rar) included.


-A600-