Skip to content
Snippets Groups Projects
Commit 1dabb8b0 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Default to 640x480, the one true resolution

parent 615d9e13
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ USE16 ...@@ -4,8 +4,8 @@ USE16
align 512, db 0 align 512, db 0
config: config:
.xres: dw 0 .xres: dw 640
.yres: dw 0 .yres: dw 480
times 512 - ($ - config) db 0 times 512 - ($ - config) db 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment