Posted By
MIK on 2000-11-30
| Also note:
Many of the games I have saved from the machine code monitor. So try loading games or other files with
LOAD"GAME",8,1
"Game": will be the name of the file. ,8,1: the ,1 will load the file back into the correct memory location that it was saved from.
Some games you won't need to do this because I re-saved them with CP4 emulator (adding Basic and SYS code's) for auto run. Quicker to do this than on real machine
Also from the machine code montior you can load files in with: L"GAME",8
Hope this helps?
|