Steve Fosdick

Results 165 comments of Steve Fosdick

Not quite the same thing but I have written a script mkcross.sh which will cross-compile B-Em for Windows running on a Linux host. It does rely on a reasonable number...

Ok, I didn't do much with this initially because I though bash, on Windows? But looking at it a fresh bash comes with git so if you've just cloned the...

See also https://github.com/stardot/b-em/issues/157

At the moment, there is no specific support for doing that, but I can see the use for it. When assembling code with BASIC into DIMed space where it can...

I have pushed a branch to GitHub that includes an implementation as described above: https://github.com/stardot/b-em/tree/sf/selfbrk. I used the following test program: ``` 10 REM > SELFBRK 20 DIM C% 100...

I have pushed a fix to this, though the fix is not in the code for the compact. Make sure you copy the joymap changes from the b-em.cfg in the...

Does this documentation help? https://github.com/stardot/b-em/wiki/Joysticks

Also, check out the jstest program (jstest.c) which should help to work out which stick and axis numbers correspond to which actual sticks on the controller.

Thanks, Richard. I am not going to have much time to spend on this today as real work is intervening - to do with NHS vaccination centres. It may be...

That casting bug: my guess is that I didn't put a cast in at all. That's valid C but VS, being a C++ compiler, complains. Someone put the cast in...