X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=input.c;h=b540f552ff2f53f281ee203f6a4066ea033dcd8f;hp=44432aebc73daaf73c393d6544fd272d3fb8fe78;hb=d447f17f693875013eed05ff3a2fce79cbe0b5f2;hpb=ea80a45b1dbd9f2c46567e18a2e18fcbb6e55c8d 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)