libretro-dolphin/docs/DSP/free_dsp_rom
Michael M fcb1eb9d3b 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.
2017-08-10 10:53:12 -07:00
..
dsp_rom.ds dsp_rom: skip bootucode_ax when running from entrypoint 2017-08-10 10:53:12 -07:00
dsp_rom_readme.txt dsp_rom: skip bootucode_ax when running from entrypoint 2017-08-10 10:53:12 -07:00
GBA-BillyHatcher-log.txt Add sample logs for GBA ucode register state/HW interactions 2017-06-03 15:16:39 -07:00
GBA-CrystalChronicles-log.txt Add sample logs for GBA ucode register state/HW interactions 2017-06-03 15:16:39 -07:00
GBA-FourSwordsAdventures-log.txt Add sample logs for GBA ucode register state/HW interactions 2017-06-03 15:16:39 -07:00
GBA-MetroidPrime-log.txt Add sample logs for GBA ucode register state/HW interactions 2017-06-03 15:16:39 -07:00
generate_coefs.py Update free DSP ROM and coefficients to support GBA ucode 2017-06-03 15:16:39 -07:00