Ejemplo n.º 1
0
                    public Joypad( )
                    {
                        // Temp binding
                        RequestIRQ   = (aIRQ_flag) => { };
                        GetKeysState = () => { return(0); };

                        SelectedOutPort = 0;
                    }
Ejemplo n.º 2
0
 public void BindGetKeysStateFunc(EmuGB.GetKeysStateFunc aGetKeysStateFunc)
 {
     GetKeysState = aGetKeysStateFunc;
 }