Compare commits

..

4 Commits

Author SHA1 Message Date
Wolfgang Müller 61b6b8dc3e README: Add a screenshot 2023-03-27 17:38:06 +02:00
Wolfgang Müller dce9c8ad4a README: Document how sensitivity is affected 2023-03-27 17:38:06 +02:00
Wolfgang Müller 33b6d646bf Makefile: Use variable for qemu
This way users can specify which backend to use without having to change
the Makefile itself.
2023-03-27 17:25:36 +02:00
Wolfgang Müller eabd5be84b 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 17:16:40 +02: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 .not_launchable ; No, too short
jb .end ; No, too short
mov si, launch_filename
add si, cx
sub si, 4