On Sun, 2 Dec 2001, Christoph Reichenbach wrote: > Hi, > > > On Sat, 1 Dec 2001, Matt wrote: > > > > It _should_ display everything (except for the function selectors)... > > > > It only appears to do that when inspecting an object by it's name. When I > > specify the memory location in the original SCI debugger, it gives me a > > memory dump like I sent. > > It's possible that you got the memory chunk's start address, not the > object address (which is located at +8 bytes). Try moving around with the > cursor keys a bit.
Done the only difference between FreeSCI and Sierra SCI for this object is the selector that is "invalid" in FreeSCI. In Sierra SCI, that selector is called "doorState" and is set to 0. -- http://www.clock.org/~matt
