Macronix DSP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
adding homebrew dsp program info |
||
Line 3: | Line 3: | ||
It stores raw DSP data in the 16 MB of ARAM along with audio data, but ARAM also can store extra data such as textures, animations, for example. | It stores raw DSP data in the 16 MB of ARAM along with audio data, but ARAM also can store extra data such as textures, animations, for example. | ||
Macronix DSP microcode is written in assembly you will require a assembler to assemble your code. | Macronix DSP microcode is written in assembly you will require a assembler to assemble your code. asnd & aesnd that homebrew dsp microcode that exist in devkitpro for the nintendo gamecube. | ||
== DSP Specs == | == DSP Specs == | ||
Line 22: | Line 22: | ||
JAudio(JSystem) microcode - mixing, filters, dolby logic pro ii, effects, channels, gba in some games | JAudio(JSystem) microcode - mixing, filters, dolby logic pro ii, effects, channels, gba in some games | ||
GBA Multiboot microcode - decrypts GBA multiboot program | GBA Multiboot microcode - decrypts GBA multiboot program | ||
== Homebrew DSP Programs == | |||
asnd - mixing | |||
aesnd - mixing |
Revision as of 16:20, 28 October 2024
Macronix DSP is a 16 bit programmable DSP coprocessor in the Nintendo GameCube\Wii it was manufactured by Macronix. It has it's own ADPCM hardware decoder to off load the DSP. It stores raw DSP data in the 16 MB of ARAM along with audio data, but ARAM also can store extra data such as textures, animations, for example.
Macronix DSP microcode is written in assembly you will require a assembler to assemble your code. asnd & aesnd that homebrew dsp microcode that exist in devkitpro for the nintendo gamecube.
DSP Specs
Clock: 81MHz Bits: 16bit Endian: Big Data RAM: 8KB Data ROM: 4KB Instruction RAM: 8KB Instruction ROM: 8KB (Macronix, Nintendo) Hardware Decoder: DSP-ADPCM
DSP Programs
Bootrom IPL microcode x2 (Macronix, Nintendo) DSP ARAM/Init microcode Card microcode - handles memory card security & unlocking Audio System microcode - mixing, filters, dolby logic pro ii JAudio(JSystem) microcode - mixing, filters, dolby logic pro ii, effects, channels, gba in some games GBA Multiboot microcode - decrypts GBA multiboot program
Homebrew DSP Programs
asnd - mixing aesnd - mixing