Resource centre for ZX Spectrum games
      using Manic Miner and Jet Set Willy game engines

 

Archive of the

Manic Miner & Jet Set Willy Yahoo! Group

messages

 

 

 

Message: 706

Author: john_elliott_uk

Date: 09/09/2000

Subject: Re: editing runtime.js2

 

<< okay, i think i've switched it to 8 bit
mode or at least i have 8 columns), but the location
85c6h or 34246 does not exist - the file is not long
enough. >>

This is because RTIME.JS2 loads
at 8000h (so you need to subtract 8000h from all
addresses) and it has a 128-byte header (so you need to add
80h to the addresses). So 85C6h becomes (85C6h -
8000h + 80h) = 646h.

 

 

arrowleft
arrowright