From f1a81e84628884e378f728968f7d6e093d3fdcb0 Mon Sep 17 00:00:00 2001 From: goyuken Date: Thu, 27 Feb 2014 04:04:55 +0000 Subject: [PATCH] fix comment --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NESControllers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NESControllers.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NESControllers.cs index f0ceeca358..ee37290e51 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NESControllers.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NESControllers.cs @@ -31,7 +31,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES public interface IFamicomExpansion { void Strobe(StrobeInfo s, IController c); - byte ReadA(IController c); // only uses D1:D4 + byte ReadA(IController c); // only uses D1 byte ReadB(IController c); // only uses D1:D4 ControllerDefinition GetDefinition(); void SyncState(Serializer ser);