fix comment

This commit is contained in:
goyuken 2014-02-27 04:04:55 +00:00
parent 8d2b644686
commit f1a81e8462
1 changed files with 1 additions and 1 deletions

View File

@ -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);