bitsybox icon indicating copy to clipboard operation
bitsybox copied to clipboard

bitsy emulator

Results 3 bitsybox issues
Sort by recently updated
recently updated
newest added

I was wondering if you had a test file that does sweeping tests for the bitsybox, something I could you to test for my own emulator written the [UxnVM](https://wiki.xxiivv.com/site/uxn.html)? Something...

My OS version: Ubuntu 18.04.6 LTS My GLIBC version: 2.27 Bitsybox will not run (see below for error messages). Does bitsybox really require GLIBC 2.33, or can that be bumped...

rm -rf build/bin node util/embed.js ./src/bitsy/engine ./src/bitsybox Usage: /usr/bin/sdl2-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] rm -rf build/bitsybox_LIN mkdir -p build/bin gcc src/bitsybox/*.c src/bitsybox/duktape/*.c -I/usr/include/SDL2 -D_REENTRANT -DPLATFORM_LIN -o build/bin/bitsybox === embed:...