From 36aea2fd422bc60db126c4cc5381fc3fe1284686 Mon Sep 17 00:00:00 2001 From: "Thomas \"Cakeisalie5\" Touhey" Date: Thu, 16 Mar 2017 14:25:58 +0100 Subject: [PATCH] Added some random files. --- src/type/mcs.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/type/mcs.c b/src/type/mcs.c index 3662d7b..24fec59 100644 --- a/src/type/mcs.c +++ b/src/type/mcs.c @@ -219,6 +219,29 @@ static struct group_corresp mcs_groups[] = { {"@PROBSIM", noarg, (struct type_corresp[]){ {0xFE, NULL /* ProbRand */, 0, "@PROBSIM", "???", 0x00}, + {0xFE, NULL /* ProbAdv */, 0, "@PROBSIM", + "???", 0x00}, + {0xFE, NULL /* ProbSeed */, 0, "@PROBSIM", + "???", 0x00}, + {0xFE, NULL /* ProbSet */, 0, "@PROBSIM", + "???", 0x00}, + {0xFE, NULL /* ProbVer */, 0, "@PROBSIM", + "???", 0x00}, + TTERM + }}, + {"PICTPLOT", noarg, (struct type_corresp[]){ + {0x05, "PGRAPH", arg | arg_is_num /* 0 to 3 */, "main", + "???", 0x00}, + {0xFE, NULL /* PATH */, 0, "@PICTPLT", + "???", 0x00}, + {0xFE, NULL /* @SC_CNT */, 0, "@PICTPLT", + "???", 0x00}, + {0xFE, NULL /* @SG_CND */, 0, "@PICTPLT", + "???", 0x00}, + {0xFE, NULL /* @SG_CDX */, 0, "@PICTPLT", + "???", 0x00}, + {0xFE, NULL /* SETUP */, 0, "@PICTPLT", + "???", 0x00}, TTERM }},