########################################################################################################
 
 CvEmu2 v0.6.1  
 Giovanni Ortu, Sassari May 16, 2008  (http://www.giovanniortu.it)
    
 This readme has been released under Creative Commons "Attribution-Share Alike 2.5 Generic" license
 
 See http://creativecommons.org/licenses/by-sa/2.5/deed.en for more informations.
 
########################################################################################################


Using CvEmu2 ( command line options) :

Display binary version
	cvemu2 -v

Display this help
	cvemu2 -h  
	
Short options (-a enables audio)
	cvemu2 -r <rom path> [ -b <bios path> ] [ -a ]

Long options
	cvemu2 --rom <rom path> [ --bios <bios path> ] [ --enable-audio ]
	
Only for retro compatibility ( do not mix with command line switches ): 

	cvemu2  <rom path> [  <bios path> ] 
	

-----------------------------------------------------
In-game menu:
-----------------------------------------------------		

 "LOAD ROM" ( Not implemented yet )
 
 ROM loading on the fly from emulator. Maybe one day...

 "SAVE EMULATION"
 
 Option to save emulation status in "<current dir>/savedstate". 
 You can save only one status image at once, multiple savings coming soon. Really!
 
 
 "RESTORE EMULATION"
 
 Option to restore emulation status from saved one.

 "SAVE BASIC PROGRAM" ( only for "Basic" rom )
 
 Currently loaded basic program is saved in "<current dir>/basic/basic_<timestamp>.bas" file.
 
 "LOAD BASIC PROGRAM" ( only for "Basic" rom )
 
 This function loads file "<current dir>/basic/input.bas" into currently running basic emulation.
 Don't use this function while running non-basic ROMs, unpredictable results ahead!
 You can find a sample file named "input.bas.sample" in "<current dir>/basic" directory.

 "KEY BINDINGS" ( Not implemented yet )
 
 On the fly key bindings. By 2012 release....

 "TAKE A SNAPSHOT"
 
 Saves a screenshot of the running ROM in "<current dir>/snapshots"

-----------------------------------------------------		
	



