diff options
Diffstat (limited to 'whichbas.c')
-rw-r--r-- | whichbas.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1036,6 +1036,9 @@ void detect_foreign(void) { return; } + if(c == 0x77 && d == 0x00) + foreign("OSS Integer BASIC", SRET_OSSINT); + if(c == 0xfb && d == 0xc2) foreign("Compiled Turbo BASIC XL", SRET_COMPILED_TURBO); |