commandblockguy

Results 13 comments of commandblockguy

I'm having a similar issue on Linux Mint. Mine seems to occur whenever I shut down my computer without first properly closing CEmu. When restarting CEmu, it notices the previous...

You could probably port other PICO-8 games the same way that I did this one, by just going through line-by-line and converting from Lua to C++, implementing PICO-8 builtin functions...

Make sure that you're using the latest version of the C libraries - it sometimes gives that error if the library exists but is the wrong version.

We can probably deprecate everything except for the USB device handle.

Both of them are named the same thing, but you can only have one of them on the calculator at a time. The regular version uses the word list from...

The terminal reads writes input to and displays output from a USB serial device or host. If you don't connect the calculator to anything, or connect it to a device...

I was able to duplicate this on my own device, though not in exactly the same way. [Pastebin](https://www.youtube.com/watch?v=UGp8BKxG78w) I haven't found a fix yet, but I'll continue to investigate solutions.

Manually selected a version in the dropdown menu under profiles and it worked.

I've added a test for mergeBuffers. It didn't affect the coverage percentage, since it's already used by another function, but it did find a bug, so I guess it served...

I've added a recording and tests for the TI-83 Premium CE, which work fine if you mark the device as "supported" and completely fail otherwise. I'm not really sure how...