Posted By
   CPlus/4user on 2019-01-29 14:49:07
  |   Re: Novaload-Turbo - what is the start address?
  OK, I've already found (I think) a solution. Most games have a starting address of $ 100D. The address can be read from the SYS command. Load the game, do not run, write LIST and press Return. A line with the SYS command pops up (usually it will be SYS4109). The decimal value after the word SYS is converted on this page
  https://www.binaryhexconverter.com/decimal-to-hex-converter
  to hexadecimal. The value obtained is entered in the Novaload-Turbo program. Works, games start up after uploading.
  |