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

Default to choosing a resolution

parent 4ceab7a2
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ USE16
align 512, db 0
config:
.xres: dw 1024
.yres: dw 768
.xres: dw 0
.yres: dw 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