Compare commits

..

5 Commits

Author SHA1 Message Date
Wolfgang Müller ce7b2c9dd6 README: Add a screenshot 2023-03-27 19:42:56 +02:00
Wolfgang Müller cce105184f README: Document how sensitivity is affected 2023-03-27 19:42:56 +02:00
Wolfgang Müller 2e78130f67 Makefile: Use variable for qemu
This way users can specify which backend to use without having to change
the Makefile itself.
2023-03-27 19:42:56 +02:00
Wolfgang Müller 2ca9f413ab Makefile: Quench qemu warning about image format
qemu deems format autodetection to be dangerous on raw images, so make
sure we specify exactly what we want to do. This will quench a
scary-looking warning right when launching PonyDOS. There's no
functional change otherwise.
2023-03-27 19:42:56 +02:00
Juhani Krekelä d762793c1c Fix bug where too short of a filename would not give launch error dialog 2023-03-27 20:40:01 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ launch:
; Is it a .bin file?
cmp cx, 4
jb .end ; No, too short
jb .not_launchable ; No, too short
mov si, launch_filename
add si, cx
sub si, 4