Andrea Fazzi
Andrea Fazzi
Add tab completion feature.
It should be nice to migrate from MrBones to a more modern solution like Jeweler or similar.
``` class MyStruct < FFI::Struct layout :a, :int, :b, :int end inline do |builder| builder.struct MyStruct builder.c %q{ void inspect_my_struct(my_struct_t *my_struct) { printf("a: %d b: %d", my_struct->a, my_struct->b"); } }...
It could be interesting to try building GoSpeccy using gccgo.
Since at the moment the Go language doesn't provide cgo support for ARM devices, these devices can't run the emulator. In fact, cgo is needed in order to support the...
What about slightly modify the vertical size of the border to 24 in order get a perfect 640x480 fit when in fullscreen mode?
Currently, there is not support for saving snapshot in the Z80 format.
We really need this. Reference: http://www.worldofspectrum.org/formats.html
It would be nice to add a copy/paste mechanism through the console. It would be useful for sending BASIC snippets to the emulator.