Changes
/* Running an adventure */
==Running an adventure==
* Copy CPCZVM.BIN, ZXZVM.BIN BAS and the game file (e.g. ADVENT.Z3) to media. All Both of these should be in the same location. * Make a simple BASIC loader with this form: 10 a$="advent.z3" 20 chain"cpczvm" and save it: save"advent * Now you can run your adventure: run"advent NOTES: - advent.z3 is the name of the game file. It should not have a header. - a$ must be used - advent.bas is the name of your basic loader - It is advised to use a large ram expansion. (>64KB)
==Technical information==