-
Hey, you asked for a code review, I'll go through your code and review it in this issue. I'll start with `chip8.js`.
Your entire time measuring system is broken:
```js
function step() {
no…
-
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…
-
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…
-
# 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…
-
Good morning,
I've probably done something wrong, but I can't run the downloaded games for palm os.
I have checked that I have the latest core for palmOS(mu).
Nothing is displayed in the main men…
-
OPCODE: 6xkk
LINK: http://devernay.free.fr/hacks/chip8/C8TECH10.HTM#6xkk
DESC: The interpreter inserts value kk into Register Vx.
-
I suggest adding the topics `chip8`, `chip-8`, `interpreter` in the About section. I had never heard of chip-8 before seeing your project, but each of the those topics has hundreds of matches.
-
> **Issue**
> Up/Down cursor not working in Timendus's chip8-test-suite, idk where's the problem, my chip8 or the test suite
You can't move it using the W/S keys on your PC keyboard? That's weird. Do…
-
Hi
I would like to request to add CHIP-8 emulator to MAME. It's not hardware being emulated then but an interpreted language.
It's part of gaming history so it should be preserved too in MAME.
A…
ghost updated
2 years ago
-
I'm experimenting a bit with how the random numbers are generated on the superchip vm, and...
Seem the numbers generated there do following some patterns and it's pretty short and pretty determinis…