aboutsummaryrefslogtreecommitdiff
path: root/whichbas.c
diff options
context:
space:
mode:
Diffstat (limited to 'whichbas.c')
-rw-r--r--whichbas.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/whichbas.c b/whichbas.c
index 1ed21a4..27044b5 100644
--- a/whichbas.c
+++ b/whichbas.c
@@ -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);