Video Poker v1.0 - Addin for Xircom Rex 6000 microPDA
------------------------------------------------------
14oct2001 by Marcel Timm (mantillo)
- - - - - - - - - - - - - - - - - - - - - - - - - - --
Address:  http://www.onkelfuzzy.de/
------------------------------------------------------
Used SDK: RexDK - modified Z88DK
Address:  http://www.geocities.com/dmps82/

Thanks to Daniel, Dominic and Damjan for that!
------------------------------------------------------
Video Poker is based on parts of source code taken 
from great Rex addin 'Schnauz for Rex 6000 B0.7',
written by Alex Paplowski and on parts of 
'poker.java' by Anthony F. Ortiz.

Many thanks to the authors for their (indirect)
help ;-) !
------------------------------------------------------
------------------------------------------------------
Files included in 'poker10.zip':

addin1.out	-	Emulator file to play on PC
poker10.rex	-	The addin itself (wow!)
readme.txt	-	You are looking at it ;-)

source/bmps.h		- Alex's picture source
source/poker10.bmp	- Addin picture
source/poker10.c	- The source code
source/poler10.txt	- Addin title & description
------------------------------------------------------
Description: You do not know Video Poker? -
	     Ok, here are the quick rules:

	     -You have got 50 Dollar to start with,
              your cash will be displayed as the third
              number from the left at the bottom of
              the screen.
             1.Bet 1, 2, 3, 4, or 5 Dollar.
	     2.Choose 1,2,3, or 5 cards that you do
               not want.
	     -You will get new cards and the Rex
              will tell you if, and how much you
              have won (the second number from the
              left at the bottom of the screen
              displays the Dollars you have won).
              It will also display something like:
              'Jacks or better' - that is how the
              combination of your cards are called.

Here is a list of all combinations:

Bet:                 	1     2     3     4     5
- - - - - - - - - - - - - - - - - - - - - - - - - -
royal flush:   		100   200   300   400   500
straight flush:    	50    100   150   200   250
4 of a kind:    	25    50    75    100   125
full house:     	8     16    24    32    40
flush:     		7     14    21    28    35
straight:     		6     12    18    24    30
3 of a kind:     	3     6     9     12    15
2 pairs:     		2     4     6     8     10
jacks or better:     	1     2     3     4     5
- - - - - - - - - - - - - - - - - - - - - - - - - -

             -You can play for a maximum of 99 rounds
	      (the actual round is the first number
              from the left bottom of the screen).
	     -You have lost if you do not have 
              any money.

	     THIS IS SOMETHING LIKE A FINAL RELEASE!
------------------------------------------------------
Changes from:
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
v0.99 -> v1.0:

-Cash management
-You can bet
-Help screen
-It shows the actual round and cash
-..

v0.9 -> v0.99:

 -The Rex 6000 displays the results ('Straight',..)
------------------------------------------------------
Do not forget http://www.onkelfuzzy.de for updates,
if you want to contact me, use rex6000-developers 
list or mail me directly with my homepage's mail 
feature or with your email to mantillo@onkelfuzzy.de!