Default to choosing a resolution

This commit is contained in:
Jeremy Soller 2016-12-27 20:47:19 -07:00
parent 073af0f01d
commit e3161301fb

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