Changed default video mode for Windows port; allow hi-res mode

This commit is contained in:
pagefault
2003-07-27 21:00:49 +00:00
parent 2070dd065f
commit 72aa93af20

View File

@@ -160,8 +160,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],3
mov byte[cvidmode],2 mov byte[cvidmode],3
call getcmdline call getcmdline
mov byte[esi],'z' mov byte[esi],'z'