Skip to content

Commit

Permalink
Default to CGA
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-jonsson committed Nov 8, 2023
1 parent 599c444 commit b644a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __pycache__
/obj
/bin
/.vscode
/*.geany
/kcov-out
/build
/docs
Expand Down
4 changes: 2 additions & 2 deletions front/sdl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,8 @@ static bool write_default_config(const char *path, bool clean) {
"bios=0xFE000,GLABIOS.ROM\n"
"uart=0x3F8,4 \t;COM1\n"
"uart=0x2F8,3 \t;COM2\n"
"vga=vgabios.bin\n"
"cga=\n"
";vga=vgabios.bin\n"
"disk=\n"
"bios=0xE0000,vxtx.bin \t;DISK\n"
"rtc=0x240\n"
Expand All @@ -582,7 +583,6 @@ static bool write_default_config(const char *path, bool clean) {
"mouse=0x3F8\n"
";serial=0x2F8,/dev/ttyUSB0\n"
";covox=0x378,disney\n"
";cga=\n"
";network=eth0\n"
";arstech_isa=libarsusb4.so\n"
";ch36x_isa=/dev/ch36xpci0\n"
Expand Down

0 comments on commit b644a40

Please sign in to comment.