X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=input.h;h=daaa304fc4154b3186648cce7f5c14d20d4c3aed;hp=3adc898edbec3a091f389704a5da7dd66ecad6d6;hb=f12b1f316ca070bda860108b4e3901628d1a8398;hpb=d97315ac0bca825d2d50a44453bc5652946e2c67 diff --git a/input.h b/input.h index 3adc898..daaa304 100644 --- a/input.h +++ b/input.h @@ -22,6 +22,13 @@ void InitializeInput(void); extern void (*PStrobe[2])(void); extern void (*InputScanlineHook)(uint8 *buf, int line); +#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); void FCEUI_FDSSelect(void);