// // Generated By: dol2asm // Translation Unit: OSAudioSystem // #include "dolphin/os/OSAudioSystem.h" #include "dol2asm.h" #include "dolphin/types.h" // // Forward References: // extern "C" void __OSInitAudioSystem(); extern "C" void __OSStopAudioSystem(); // // External References: // SECTION_INIT void memcpy(); extern "C" void OSGetArenaHi(); extern "C" void DCFlushRange(); extern "C" void OSGetTick(); // // Declarations: // /* ############################################################################################## */ /* 803CF490-803CF510 0080+00 s=1 e=0 z=0 None .data DSPInitCode */ SECTION_DATA static u8 DSPInitCode[128] = { 0x02, 0x9F, 0x00, 0x10, 0x02, 0x9F, 0x00, 0x33, 0x02, 0x9F, 0x00, 0x34, 0x02, 0x9F, 0x00, 0x35, 0x02, 0x9F, 0x00, 0x36, 0x02, 0x9F, 0x00, 0x37, 0x02, 0x9F, 0x00, 0x38, 0x02, 0x9F, 0x00, 0x39, 0x12, 0x06, 0x12, 0x03, 0x12, 0x04, 0x12, 0x05, 0x00, 0x80, 0x80, 0x00, 0x00, 0x88, 0xFF, 0xFF, 0x00, 0x84, 0x10, 0x00, 0x00, 0x64, 0x00, 0x1D, 0x02, 0x18, 0x00, 0x00, 0x81, 0x00, 0x1C, 0x1E, 0x00, 0x44, 0x1B, 0x1E, 0x00, 0x84, 0x08, 0x00, 0x00, 0x64, 0x00, 0x27, 0x19, 0x1E, 0x00, 0x00, 0x00, 0xDE, 0xFF, 0xFC, 0x02, 0xA0, 0x80, 0x00, 0x02, 0x9C, 0x00, 0x28, 0x16, 0xFC, 0x00, 0x54, 0x16, 0xFD, 0x43, 0x48, 0x00, 0x21, 0x02, 0xFF, 0x02, 0xFF, 0x02, 0xFF, 0x02, 0xFF, 0x02, 0xFF, 0x02, 0xFF, 0x02, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, }; /* 8033B2D8-8033B494 01BC+00 s=0 e=1 z=0 None .text __OSInitAudioSystem */ // 8033B2E8: 8033B28C (OSGetArenaHi) // 8033B2F8: 80003540 (memcpy) // 8033B2FC: 803CF490 (DSPInitCode) // 8033B300: 803CF490 (DSPInitCode) // 8033B30C: 80003540 (memcpy) // 8033B318: 8033B5AC (DCFlushRange) // 8033B3B8: 80342714 (OSGetTick) // 8033B3C0: 80342714 (OSGetTick) // 8033B46C: 8033B28C (OSGetArenaHi) // 8033B47C: 80003540 (memcpy) #pragma push #pragma optimization_level 0 #pragma optimizewithasm off extern "C" asm void __OSInitAudioSystem() { nofralloc #include "asm/dolphin/os/OSAudioSystem/__OSInitAudioSystem.s" } #pragma pop /* 8033B494-8033B56C 00D8+00 s=0 e=1 z=0 None .text __OSStopAudioSystem */ // 8033B51C: 80342714 (OSGetTick) // 8033B524: 80342714 (OSGetTick) #pragma push #pragma optimization_level 0 #pragma optimizewithasm off extern "C" asm void __OSStopAudioSystem() { nofralloc #include "asm/dolphin/os/OSAudioSystem/__OSStopAudioSystem.s" } #pragma pop