Re: [stella] finalish joustpong feedback

Subject: Re: [stella] finalish joustpong feedback
From: Dennis Debro <ddebro@xxxxxxxxxxxxx>
Date: Wed, 10 Mar 2004 7:33:11 -0500
Hi Kirk,

> And it still doesn't work in Stella....maybe I should look for
> a substitute for SLEEP 15, that's the only thing I can think of.

It doesn't work because you're using illegal opcodes. If you don't define the label NO_ILLEGAL_OPCODES then SLEEP defaults to using illegal ops.

In your source define...
NO_ILLEGAL_OPCODES = 1

or you can use the switch -DNO_ILLEGAL_OPCODES=1 on the command line.

Take care,
Dennis

----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread