X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=input.c;h=0d4a9af6c1e4c789f319e2e01663ca0d5829fdda;hb=c4980f9edd806014286d57aee1cbe5e73b803e46;hp=ba07072a04766d031ab1e3ead213a8c344687fc1;hpb=e328100eecae3adfce1c3b57364bee5d166217ef;p=fceu.git diff --git a/input.c b/input.c index ba07072..0d4a9af 100644 --- a/input.c +++ b/input.c @@ -46,8 +46,6 @@ static uint8 joy_readbit[2]; static uint8 joy[4]={0,0,0,0}; static uint8 LastStrobe; -extern int coinon; - static int FSDisable=0; /* Set to 1 if NES-style four-player adapter is disabled. */ static int JPAttrib[2]={0,0}; static int JPType[2]={0,0}; @@ -350,6 +348,7 @@ void FCEUI_SetInputFC(int type, void *ptr, int attrib) void FCEU_DoSimpleCommand(int cmd) { + printf("FCEU_DoSimpleCommand: %i\n", cmd); switch(cmd) { case FCEUNPCMD_FDSINSERT: FCEU_FDSInsert();break;