Made default video mode 512x448 windowed

This commit is contained in:
pagefault
2001-05-09 01:01:28 +00:00
parent 3e30cd9830
commit 7c017d5a91

View File

@@ -165,8 +165,8 @@ NEWSYM StartUp
NEWSYM SystemInit NEWSYM SystemInit
; Be sure to set SBHDMA to a value other than 0 if 16bit sound exists ; Be sure to set SBHDMA to a value other than 0 if 16bit sound exists
push es push es
mov byte[cfgcvidmode],2 mov byte[cfgcvidmode],4
mov byte[cvidmode],2 mov byte[cvidmode],4
call getcmdline call getcmdline
mov byte[esi],'Z' mov byte[esi],'Z'