[stella] Fast Missile code

Subject: [stella] Fast Missile code
From: Manuel Rotschkar <cybergoth@xxxxxxxx>
Date: Fri, 16 Jan 2004 10:30:10 +0100
Hi there!

I'd be interested to see if someone has an idea for 
drawing 4 scannline tall missiles even faster than this:

    LDX #$1F
    TXS
    LAX scannline
    SBC torpedoyPos     ; Torpedo 1
    AND #$FC
    PHP
    TXA
    SBC torpedoyPos+1   ; Torpedo 2
    AND #$FC
    PHP
    DEC scannline

This should be 30 cycles.

Greetings,
	Mnauel

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


Current Thread