If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Tau Ceti (ZX Spectrum)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Tau Ceti

Developers: Pete Cooke, Ian Ellery
Publisher: CRL Group
Platform: ZX Spectrum
Released in EU: 1985


SourceIcon.png This game has uncompiled source code.


Source Code Fragment

One source code fragment is present at 6EC7 in the .tap dump.

        RET	NZ
        CALL	RND
        AND	1
        OR	128
        LD	HL,METFLG
        LD	(HL),A
        CALL	RND
        LD	HL,METFLG+1
        LD	(HL),A
        INC	HL
        LD	(HL),5
        RET
        ;
METE_1	LD	DE,(V_ANGL)
        INC	HL
        LD	C,(HL)
        INC	HL
        LD	B,(HL)
        ;=COORDS
        ;3 PIXELS....
        CALL	METSUB
        LD	HL,METFLG
        INC	C
        INC	B
        BIT	0,(HL)
        JR	Z,MET