-
Simon,
Are you open to having this game included in the Chip8 Archive (https://github.com/JohnEarnest/chip8Archive)? Check out the readme over there for details.
If you like, you can simply file…
-
I haven't been able to find a minimal example, but this block [here](https://github.com/QuinnWilton/gleam-chip8/blob/master/src/chip8/emulator.gleam#L368) is generating the following Erlang:
```erl…
-
-
Just comparing this script/kodi-game repo and the available cores in libretro. Not saying these should all be added, but just documenting the ones that aren't yet included (not sure which are easily …
-
在chip8.c里的指令集,比如250和251行,应该先比较写入VF后,再相减
因为VF是标记有没有借位,先相减后再比较,意义就完全错了
-
It would be really awesome if MegaChip-8 would be implemented. It probably could make more people interested in Octo and overall Chip-8 scene. I will try to add any technical documentation if i find i…
ghost updated
4 years ago
-
At the moment, if new patterns or effects were to be added it must be compiled and re-uploaded to each device. While not impossible, it is a tad inconvenient to have to flash every device with new fir…
-
I'm currently developing a chip8 emulator as a learning experience and one of the instructions requires the generation of a random number between 0 and 255 (inclusive).
I am using `u8` types to rep…
-
_Submitted by:_ **kealist**
Layout is cutting the left and bottom of image! datatype in some cases
I added two examples that show the red edge being cut off on an image! in the default layout
``` r…
-
For example, entering the following string under `smile:` breaks the app entirely
```
0b01010101
0b101010100b01010101
0b10101010
```
Seems to be caused by an exception being thrown during th…