add mdbasic language

This commit is contained in:
Kelvin Sherlock 2014-04-01 17:43:26 -04:00
parent 7ce0df7eda
commit 2c11d14520

View File

@ -141,9 +141,10 @@ static struct lang_list {
{ "sdeasm", 0xb0, 0x0503},
{ "sdecmd", 0xb0, 0x0506},
{ "ps", 0xb0, 0x0719},
{ "mdbasic", 0xb0, 0x0a04},
};
#define NUM_LANGS 17
#define NUM_LANGS 18
int find_type(char *type_str, int *f, long *a)
{