#
#Katowice,Poland 2004   
#
#                  Montezuma's Revenge remake
#
#Author: Bartek Duzy (prog2k@poczta.onet.pl)   
#Language: C++
#Library: Allegro 
#Compiler: Mingw & Dev-C++ IDE
#              
#Original published by: Parker Bros(1984)                                    
#Original version (Atari 800) : Robert Jaeger(Programming, music and graphics)
#                                                           
#

#
#Here you can choose speed of the game
#

GameSpeed 50

#
#Here you can choose color depth
#Valid depths are 8, 15, 16, 24, and 32 bits. 

ColorDepth 16

#
#Choose display mode
#0 - for windowed 640x480 mode
#1 - for fullscreen 640x480 mode

DisplayMode 1

#
#Path to directory with images & sounds datatafile
#
#MainObPath data/old.dat - orginal graphics 1984

MainObPath data/new.dat


#
#Path to directory with board files
#

BoardsPath boards/

