Debugger: Register Viewer - Fixed incorrect label for GB APU
This commit is contained in:
parent
909e75a5ec
commit
071f634f94
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ namespace Mesen.GUI.Debugger
|
|||
new RegEntry("$FF1E.7", "Channel Enabled", wave.Enabled),
|
||||
|
||||
new RegEntry("--", "Timer", wave.Timer),
|
||||
new RegEntry("--", "Position", wave.SampleBuffer),
|
||||
new RegEntry("--", "Sample Buffer", wave.SampleBuffer),
|
||||
new RegEntry("--", "Position", wave.Position),
|
||||
new RegEntry("--", "Output", wave.Output),
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue