QUsb2snes icon indicating copy to clipboard operation
QUsb2snes copied to clipboard

[Devices] add flags to command

Open Skarsnik opened this issue 6 years ago • 3 comments

Special flags are just ignored currently x)

Skarsnik avatar Jan 08 '19 10:01 Skarsnik

Quite low priority with not much application needed that

Skarsnik avatar Mar 08 '19 20:03 Skarsnik

Are these the special flags, in Protocol.md?

## Flags

This are the flags you will get from a sd2snes device.

* `FEAT_DSPX` 
* `FEAT_ST0010`
* `FEAT_SRTC`
* `FEAT_MSU1`
* `FEAT_213F`
* `FEAT_CMD_UNLOCK`
* `FEAT_USB1`
* `FEAT_DMA1`

QUsb2Snes add flags to other device since they don't have all the capability of a sd2snes.

* `NO_FILE_CMD` : The device can't perform file operation
* `NO_CONTROL_CMD` : The device can't perform control operation (reset/boot...)
* `NO_ROM_WRITE` : The device can't write to ROM
* `NO_ROM_READ` : The device can't read to ROM

jeffythedragonslayer avatar Jun 07 '22 22:06 jeffythedragonslayer

No, it's mostly some special flags you can give to the usb2snes firmware on some commands. It's not really used since only the usb2snes can do something with it.

Skarsnik avatar Jun 08 '22 08:06 Skarsnik