Default to choosing a resolution

This commit is contained in:
Jeremy Soller
2016-12-27 20:47:19 -07:00
parent 4ceab7a296
commit 7639aef32e
+2 -2
View File
@@ -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