diff options
| author | Michael M <mchtly@gmail.com> | 2017-08-10 10:42:53 -0700 |
|---|---|---|
| committer | Michael M <mchtly@gmail.com> | 2017-08-10 10:53:12 -0700 |
| commit | fcb1eb9d3b45265c998f00f540bb2a0cb3c246b7 (patch) | |
| tree | 98c93860b78b811dea8696bedee601a348237462 /Data | |
| parent | f2a9ad0089dc051d020e57af843c44c6562590cd (diff) | |
dsp_rom: skip bootucode_ax when running from entrypoint
This could cause the first branch of the bootucode procedure, which
takes its parameters from the AX registers, to run during the ROM init
sequence. Since the ROM doesn't set any of the AX registers, the values
aren't meaningful, and can cause bad DMA transfers and crashes.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GC/dsp_rom.bin | bin | 8192 -> 8192 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/Data/Sys/GC/dsp_rom.bin b/Data/Sys/GC/dsp_rom.bin Binary files differindex f36fefb45f..34a454df85 100644 --- a/Data/Sys/GC/dsp_rom.bin +++ b/Data/Sys/GC/dsp_rom.bin |
