sonicretro / s1disasm

Sonic 1 Disassembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAC locating issues

BenjaminTheHedgefox opened this issue · comments

I can't figure out where stuff like the Snare and Kick DAC sounds are located, could there be some easier way to find them?

commented

sound -> z80.bin

Why aren't the DAC separated out anyway? it's not like we don't have the capability to do so, for years might I add

There is no reason: it's just that no one has done it. The DACs are already split in the AS branch, but I guess no one was interested in mucking about with the master branch's binary blob.

See also #22.

I'm kind of on the fence about trying it, but the thing holding me back is me not understanding anything about Sonic 1's sound driver and Z80 stuff, and coding in general.