grim/gousb2snes

Add the LGPL
draft
2019-11-02, Gary Kramlich
58b2dfa1d93e
Add the LGPL
package sd2snes
type Command interface {
Identifier() (OpCode, Namespace, Flag)
Process([]byte) error
}