pouët.net

Go to bottom

Huamans! I am in a quest to find a 4kb intro source!

category: general [glöplog]
 
Can't you sugest me a nice 4kb intro with soruce code, so I can see how to make the sound code?
It's a matter of winning or loosing ;P
added on the 2005-08-15 12:50:53 by xernobyl xernobyl
code_start:
lea $dff000,a6
lea code_start(pc),a1
moveq #$100,d0
move.l a1,AUD0LCH(a6)
move.w d0,AUD0LEN(a6)
move.w d0,AUD0PER(a6)
move.w #64,AUD0VOL(a6)
move.w #$8001,DMACON(a6)
demo:
...
bra.s demo
added on the 2005-08-15 12:56:16 by xeron xeron
northern dragons has a compilation of sources and tools for 4kb's. Check scene.org, I think it's there somewhere. Atleast I think it has something about sound in it.
added on the 2005-08-15 13:05:39 by ekoli ekoli
Thank you. I never expected an eficient answer here. Expected something like "BASS", or "DUNGEON something"
added on the 2005-08-15 13:12:31 by xernobyl xernobyl
I think "yellow rose of texas" is also available (an excellent source).


ps DYNGEON HOROR
added on the 2005-08-15 13:16:44 by Navis Navis
And Make It 4k

DAVID BASSELHOFF!
added on the 2005-08-15 13:18:25 by Preacher Preacher
Thank you all, Huamans!
Let's stick with the nice typo.
added on the 2005-08-15 15:24:08 by xernobyl xernobyl
Typo?

It's Quechua for Condor.

(One of the indiginous languages spoken in Peru.)
LDA #15
STA $900E
LDA $9004
STA $900C
JMP *-6
yellow rose of texas included their source and that's some kick ass 4k synth
added on the 2005-08-15 19:44:13 by thec thec

login

Go to top