X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=input.c;h=b540f552ff2f53f281ee203f6a4066ea033dcd8f;hb=b547bda76671cf9c99973dd3faad97804949ced3;hp=44432aebc73daaf73c393d6544fd272d3fb8fe78;hpb=b2b95d2e0d1fd5e52d03c2152605b09b024c1d0e;p=fceu.git diff --git a/input.c b/input.c index 44432ae..b540f55 100644 --- a/input.c +++ b/input.c @@ -348,16 +348,6 @@ void FCEUI_SetInputFC(int type, void *ptr, int attrib) SetInputStuffFC(); } -// quick paste -#define FCEUNPCMD_RESET 0x01 -#define FCEUNPCMD_POWER 0x02 - -#define FCEUNPCMD_VSUNICOIN 0x07 -#define FCEUNPCMD_VSUNIDIP0 0x08 -#define FCEUNPCMD_FDSINSERT 0x18 -#define FCEUNPCMD_FDSSELECT 0x1A - - void FCEU_DoSimpleCommand(int cmd) { switch(cmd)