changed machine default from auto to vga
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1707
This commit is contained in:
parent
4acb824303
commit
8d674ffdf8
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: dosbox.cpp,v 1.64 2004-03-03 15:44:20 harekiet Exp $ */
|
||||
/* $Id: dosbox.cpp,v 1.65 2004-03-08 13:27:13 qbix79 Exp $ */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -189,7 +189,7 @@ void DOSBOX_Init(void) {
|
|||
|
||||
secprop=control->AddSection_prop("dosbox",&DOSBOX_RealInit);
|
||||
secprop->Add_string("language","");
|
||||
secprop->Add_string("machine","auto");
|
||||
secprop->Add_string("machine","vga");
|
||||
|
||||
#if C_DEBUG
|
||||
LOG_StartUp();
|
||||
|
|
Loading…
Add table
Reference in a new issue