Andrea Fazzi

Results 21 issues of Andrea Fazzi

Add tab completion feature.

It should be nice to migrate from MrBones to a more modern solution like Jeweler or similar.

Improvement

``` 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"); } }...

New feature

It could be interesting to try building GoSpeccy using gccgo.

random thought

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...

random thought

What about slightly modify the vertical size of the border to 24 in order get a perfect 640x480 fit when in fullscreen mode?

improvement

Currently, there is not support for saving snapshot in the Z80 format.

new feature

We really need this. Reference: http://www.worldofspectrum.org/formats.html

new feature

Think about changing license from MIT to GPLv3.

random thought

It would be nice to add a copy/paste mechanism through the console. It would be useful for sending BASIC snippets to the emulator.

new feature
random thought