I tested my version of dosdef.com on VirtualBox and QEMU where it now say it does not find a joystick. Not tested having a joystick.
Original git repository for dosdef is/was: https://github.com/skeeto/dosdefender-ld31 And apparently (to my surprise) this is what I used: paul@fedora:~/dosdef$ git remote -v origin https://github.com/skeeto/dosdefender-ld31.git (fetch) origin https://github.com/skeeto/dosdefender-ld31.git (push) paul@fedora:~/dosdef$ But there is a version fixing some problems: https://github.com/agentbooth/dosdefender-ld31 Note that the program can be compiled with the normal Linux gcc and make (no need for a cross-compiler): paul@fedora:~/dosdef$ make gcc -o dosdef.com -std=gnu99 -Wall -Wextra -Os -nostdlib -m32 -march=i386 -Wno-unused-function -ffreestanding -fomit-frame-pointer -fwrapv -fno-strict-aliasing -fno-leading-underscore -fno-pic -fno-stack-protector -Wl,--nmagic,-static,-Tcom.ld dosdef.c time.h: Messages de l'assembleur: time.h:7: Avertissement: générer « push » 32 bits contrairement aux versions précédentes de gas time.h:12: Avertissement: générer « pop » 32 bits contrairement aux versions précédentes de gas paul@fedora:~/dosdef$ I don't know about the time.h warning... might be fixed by previously mentioned git repository. _______________________________________________ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-devel