diff options
| author | fig02 <fig02srl@gmail.com> | 2024-11-18 18:47:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-18 18:47:41 -0500 |
| commit | ae1a1adcf13daef3e5a4d2e885f6e4aa00e5d8a4 (patch) | |
| tree | 50df1ae98be434010abf42edf26f20b37e9ad41d /src/boot | |
| parent | 5881164453ddd540e120669eb19bf9cdd3136b78 (diff) | |
Player Docs: Begin "Start Mode" Documentation (#2301)
* set up start mode
* note unused modes
* fix bss
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/z_std_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/z_std_dma.c b/src/boot/z_std_dma.c index 53a53cb01..f5d5cda9c 100644 --- a/src/boot/z_std_dma.c +++ b/src/boot/z_std_dma.c @@ -27,7 +27,7 @@ #endif #pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \ - "ntsc-1.2:92 pal-1.0:90 pal-1.1:90" + "ntsc-1.2:88 pal-1.0:86 pal-1.1:86" StackEntry sDmaMgrStackInfo; OSMesgQueue sDmaMgrMsgQueue; |
