diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2024-11-21 21:14:51 -0500 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2024-11-21 21:14:51 -0500 |
commit | b7a62940630589db5341abfe3cfbe006a5fe4672 (patch) | |
tree | 94de057dfc0b2652ff366f5dd6f9ffae631c41e7 | |
parent | bb57132e82294cf951f574a8f5a96e0566de0201 (diff) | |
download | GWFetch-b7a62940630589db5341abfe3cfbe006a5fe4672.tar.gz GWFetch-b7a62940630589db5341abfe3cfbe006a5fe4672.zip |
Some comments added
-rw-r--r-- | gwfetch.bas | 4 |
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
|