X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=testpico%2Fcommon.h;h=665b295eb66b83d080bc7e760d44f7c58f1e295a;hb=refs%2Fheads%2Fmaster;hp=ce02a51449e8da6d85096a8e0a04f581587bcc59;hpb=5073ab5adb8157c35014505385575473284788df;p=megadrive.git diff --git a/testpico/common.h b/testpico/common.h index ce02a51..665b295 100644 --- a/testpico/common.h +++ b/testpico/common.h @@ -37,6 +37,8 @@ enum x32x_cmd { CMD_WRITE32 = 8, CMD_GETGBR = 9, CMD_GETVBR = 10, + CMD_GETSR = 11, + CMD_SETSR = 12, }; // vim:ts=4:sw=4:expandtab