Re: [stella] 2600 Radial Pong / Joust Pong Update

Subject: Re: [stella] 2600 Radial Pong / Joust Pong Update
From: Jeff Johnston <jeffryj@xxxxxxxxxxxxx>
Date: Fri, 5 Jul 2002 15:49:13 -0700 (MST)
Actually this code is better :)

LDA	BALLX
CMP	#30
BCC	EDGEX
CMP	#129
BCS	EDGEX
...
EDGEX:
...

Instead of trying to do it myself I should just let 5200BAS do it for me..
it's smarter :)

calamari


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


Current Thread