aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gwfetch.bas4
1 files changed, 4 insertions, 0 deletions
diff --git a/gwfetch.bas b/gwfetch.bas
index 9ff7809..36340fb 100644
--- a/gwfetch.bas
+++ b/gwfetch.bas
@@ -387,6 +387,10 @@
14299 RETURN
14500 REM Detect DOSBox for real
+14501 REM output: DOSBOX = 1 or 0
+14502 REM DBNAME$ for emulator name if DOSBOX = 1
+14504 REM Reads the BIOS version string to find "DOSBox" anywhere
+14505 REM Should correctly store DOSBox-X as the name if appropriate too
14510 DEF SEG=&HF000
14530 BIOSVER$ = SPACE$(128)
14540 FOR I = 0 TO 128