fix comment
This commit is contained in:
parent
8d2b644686
commit
f1a81e8462
|
@ -31,7 +31,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
public interface IFamicomExpansion
|
public interface IFamicomExpansion
|
||||||
{
|
{
|
||||||
void Strobe(StrobeInfo s, IController c);
|
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
|
byte ReadB(IController c); // only uses D1:D4
|
||||||
ControllerDefinition GetDefinition();
|
ControllerDefinition GetDefinition();
|
||||||
void SyncState(Serializer ser);
|
void SyncState(Serializer ser);
|
||||||
|
|
Loading…
Reference in New Issue