segaloco
01-31-2010, 08:33 PM
psginit:
ld A, F9H
ld (7F11H), A
whitenoise:
ld A, E6H
ld (7F11H), A
jp whitenoise
This is supposed to just generate white noise through the PSG on the Mega Drive, what is missing? Is there some Z80 init code that it needs, like the vector table on the M68000? Any help would be greatly appreciated.:pray:
ld A, F9H
ld (7F11H), A
whitenoise:
ld A, E6H
ld (7F11H), A
jp whitenoise
This is supposed to just generate white noise through the PSG on the Mega Drive, what is missing? Is there some Z80 init code that it needs, like the vector table on the M68000? Any help would be greatly appreciated.:pray: