Fix Auto Joypad Poll address label

This commit is contained in:
Johannes Holmberg 2022-01-21 22:41:12 +01:00
parent 8f081c355a
commit c9d9d02b6b

View file

@ -809,7 +809,7 @@ namespace Mesen.GUI.Debugger
new RegEntry("$4200.7", "NMI Enabled", regs.EnableNmi),
new RegEntry("$4200.5", "V IRQ Enabled", regs.EnableVerticalIrq),
new RegEntry("$4200.4", "H IRQ Enabled", regs.EnableHorizontalIrq),
new RegEntry("$4200.1", "Auto Joypad Poll", regs.EnableAutoJoypadRead),
new RegEntry("$4200.0", "Auto Joypad Poll", regs.EnableAutoJoypadRead),
new RegEntry("$4201", "IO Port", regs.IoPortOutput, Format.X8),