-
I want to get rid of this big ugly swith in CPU.java class. The best solution would be extract all operations to separate functions and map them by opcodes.
-
Hi,
Few months ago I embarked myself in the adventure of writing an emulator for the CHIP-8 system just for fun. At the moment of deciding what library to use for interacting with the host's keyboa…
-
Part of #3.
General directions to consider:
- **No-GUI libraries: Cairo, PyGame, probably strengthened with SDL.**
It might be, our needs in terms of GUI are not very vast, in which case drawi…
-
## Lighthouse CI を入れてみた
これまで
- E2E テストの仕組みを流用して headless Chrome 上で Lighthouse を動かす
- スコアが閾値を下回ったら Slack 通知
としていたが、日によってブレが大きくてオオカミ少年化しつつあった。そこで、スコアの推移を可視化するため、https://github.com/feedforce/fr…
-
Thanks for making a great tool!
It would be great if the labelling somehow was the original/reference file, thus making it possible to select any names to any lines. This would make big files more…
-
Hi did you document any of your learning on how VBCC works?
I'm considering basing my backend on yours as it's one of the cleanest one in the dist.
My cpu is a homebrew 8bit : https://github.com/J…
-
It would be nice if the tool supported Mulit-file BASIC build. Is this possible today?
If selected wisely (either as labelled listing without duplicate labels or with non-overlapping Start/Range-addr…
-
The Wikipedia article on CHIP-8 claims that `FX1E` should set `VF` to 1 if I overflows from `0x0FFF` and 0 if it doesn't.
This clearly is not how `FX1E` behaves in CHIP-8 on the COSMAC VIP ([see di…
-
This is an thread where you can share screenshots and gifs of how you are using egui. Feel free to also share a link to your project and/or the source!
There is also a showcase gallery on the offic…
emilk updated
3 weeks ago
-
# Guide to making a CHIP-8 emulator - Tobias V. Langhoff
A high-level guide to making a CHIP-8 emulator.
[https://tobiasvl.github.io/blog/write-a-chip-8-emulator/](https://tobiasvl.github.io/blog/wr…