mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
DSP tests: update DSP MMIO labels
This commit is contained in:
@ -400,7 +400,7 @@ const std::array<pdlabel_t, 96> pdlabels =
|
||||
{0xffcf, "DSMAL", "DSP DMA Mem Address L",},
|
||||
|
||||
{0xffd0, "0xffd0",nullptr,},
|
||||
{0xffd1, "SampleFormat", "SampleFormat",},
|
||||
{0xffd1, "FORMAT", "Accelerator sample format",},
|
||||
{0xffd2, "0xffd2",nullptr,},
|
||||
{0xffd3, "ACDRAW", "Accelerator raw read/write from ARAM",},
|
||||
{0xffd4, "ACSAH", "Accelerator start address H",},
|
||||
@ -409,9 +409,9 @@ const std::array<pdlabel_t, 96> pdlabels =
|
||||
{0xffd7, "ACEAL", "Accelerator end address L",},
|
||||
{0xffd8, "ACCAH", "Accelerator current address H",},
|
||||
{0xffd9, "ACCAL", "Accelerator current address L",},
|
||||
{0xffda, "pred_scale", "pred_scale",},
|
||||
{0xffdb, "yn1", "yn1",},
|
||||
{0xffdc, "yn2", "yn2",},
|
||||
{0xffda, "PRED_SCALE", "ADPCM predictor and scale",},
|
||||
{0xffdb, "YN1", "ADPCM output history Y[N - 1]",},
|
||||
{0xffdc, "YN2", "ADPCM output history Y[N - 2]",},
|
||||
{0xffdd, "ACDSAMP", "Accelerator processed sample read from ARAM or ACIN",},
|
||||
{0xffde, "GAIN", "Gain",},
|
||||
{0xffdf, "ACIN", "Accelerator MMIO PCM input value",},
|
||||
|
Reference in New Issue
Block a user