From b7a62940630589db5341abfe3cfbe006a5fe4672 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 21 Nov 2024 21:14:51 -0500 Subject: Some comments added --- gwfetch.bas | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gwfetch.bas') 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 -- cgit v1.2.3