2024-08-30 21:59:33 +00:00
|
|
|
/* Microcode renames to match ucode.h names */
|
|
|
|
n_aspMainTextStart = _binary_bin_core1_n_aspMain_text_bin_start;
|
|
|
|
n_aspMainTextEnd = _binary_bin_core1_n_aspMain_text_bin_end;
|
|
|
|
gSPF3DEX_fifoTextStart = _binary_bin_core1_gSPF3DEX_fifo_text_bin_start;
|
|
|
|
gSPF3DEX_fifoTextEnd = _binary_bin_core1_gSPF3DEX_fifo_text_bin_end;
|
|
|
|
gSPL3DEX_fifoTextStart = _binary_bin_core1_gSPL3DEX_fifo_text_bin_start;
|
|
|
|
gSPL3DEX_fifoTextEnd = _binary_bin_core1_gSPL3DEX_fifo_text_bin_end;
|
|
|
|
n_aspMainDataStart = _binary_bin_core1_n_aspMain_data_bin_start;
|
|
|
|
n_aspMainDataEnd = _binary_bin_core1_n_aspMain_data_bin_end;
|
|
|
|
gSPF3DEX_fifoDataStart = _binary_bin_core1_gSPF3DEX_fifo_data_bin_start;
|
|
|
|
gSPF3DEX_fifoDataEnd = _binary_bin_core1_gSPF3DEX_fifo_data_bin_end;
|
|
|
|
gSPL3DEX_fifoDataStart = _binary_bin_core1_gSPL3DEX_fifo_data_bin_start;
|
|
|
|
gSPL3DEX_fifoDataEnd = _binary_bin_core1_gSPL3DEX_fifo_data_bin_end;
|
|
|
|
|
|
|
|
/* Fixed-address buffers */
|
|
|
|
D_8000E800 = 0x8000E800;
|
|
|
|
D_8002D500 = 0x8002D500;
|
|
|
|
D_8023DA00 = 0x8023DA00; /* confirm */
|
|
|
|
D_803FBE00 = 0x803FBE00;
|
|
|
|
D_803FFE00 = 0x803FFE00;
|
|
|
|
D_803FFE10 = 0x803FFE10;
|
2022-07-15 22:09:41 +00:00
|
|
|
gOverlayTable = 0x803FFE10;
|
2024-10-09 06:11:35 +00:00
|
|
|
gFramebuffers = 0x803A5D00; /* framebuffers */
|
2024-08-30 21:59:33 +00:00
|
|
|
|
|
|
|
/* Renames for the boot segment */
|
2022-10-28 06:46:26 +00:00
|
|
|
boot_D_8002D500 = D_8002D500;
|
2024-08-30 21:59:33 +00:00
|
|
|
boot_core1_VRAM = core1_VRAM;
|
2022-10-28 06:46:26 +00:00
|
|
|
boot_D_803FBE00 = D_803FBE00;
|
2024-08-30 21:59:33 +00:00
|
|
|
boot_D_803FFE00 = D_803FFE00;
|
|
|
|
boot_gOverlayTable = gOverlayTable;
|
|
|
|
boot_func_8023DA20 = func_8023DA20;
|
2024-09-04 06:30:42 +00:00
|
|
|
|