Aw: [stella] A quickie...

Subject: Aw: [stella] A quickie...
From: cybergoth@xxxxxxxx
Date: Mon, 17 Nov 2003 09:34:39 +0100 (CET)
Hi there!

> Can anyone help me?

Using the template I sent two days ago you should write that in 5 minutes:

- Add a variable for AUDC0
- Add the Init code for the AUDX registers
- During VBLANK have code like:

     INC frameCounter
     LDA frameCounter
     EOR #60
     BNE Continue
     STA frameCounter   ; every 60th frame reset fC
     INC audc0Val
     LDA audc0Val          ; and INC AUDC0
     STA AUDC0      
Continue:

Greetings,
Manuel




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


Current Thread