Mikael O. Bonnier
Mikael O. Bonnier
I think JSBASIC should support a real time clock, e.g. one that is supported in popular Apple II emulators, see https://en.wikipedia.org/wiki/Apple_II_system_clocks. "When the Thunderware Thunderclock Plus was released in 1980,...
I have made a FORTH compiler and interpreter for Scratch.MIT.Edu that is FOSS: https://scratch.mit.edu/projects/137676871/ . This requires Flash in the browser, but you can also run it on http://phosphorus.github.io/app.html?id=137676871&turbo=true&full-screen=true and...
**Describe the bug** When I try to start it Google Play opens and there is a toast about "Puzzles is missing a required file! Try reinstalling from Google Play." If...
When you start Mathics and press arrow up at the prompt you expect to see the last entry from the previous session. This is how it works in Wolfram in...
A line with `OPEN 1,0` gives an error: "?MISSING FILE NAME ERROR IN", but doesn't give an error in VIC20, C64, or Commander X16. This is used to INPUT#1,A$ a...
There are some useful functions among the blocks in the micropython/builtins section, but they can't be used now since they cannot take an argument: e.g. `chr(n)` `ord(c)` These could perhaps...
`to item append text n` could use `item += n` instead of `item = item + n` as it does now. This would make the code smaller which is useful...
### What is the name of the app? DOSBox-X ### (Optional) Where is the app hosted? https://github.com/joncampbell123/dosbox-x/releases ### About the app It's a PC emulator that can run MS-DOS programs....
I have tested zip and unzip in floppy_FREEDOS.img and hd20_DOSDEV.img, and unzip just hangs and cannot even list files in a zip-file. After it hangs it is possible to reboot...
CP437 has characters that can be printed (at least by poking them to screen memory) in the range 0-31 and 127, but now they cannot be printed in e.g. NetworkTerminal...