/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

unsafeperform.io
| | gergo.erdi.hu
0.2 parsecs away

Travel
| | [AI summary] The author explains how to test their software CHIP-8 CPU implementation by running the Mealy machine directly without C?ASH's simulation layer and integrating it with SDL for interactive debugging.
| | perkin.org.uk
2.4 parsecs away

Travel
| | [AI summary] This post details the completion of a node.js-powered 8-bit CPU project by integrating shift registers and logic chips to write and read data on a 6809 processor connected to a Raspberry Pi.
| | jborza.com
3.1 parsecs away

Travel
| | I got into FPGAs with the intent of building a retro-computer. A couple of popular hardware implementation targets are Gameboy, NES, RISC-V and CHIP-8. Last year Ive done my practice round with 6502 and RISC-V emulators, both in C. CHIP-8 is a really nice virtual machine implemented on a number of computers since the 1970s, initially designed to make game development easier. After building a CHIP-8 emulator a couple of days ago I thought I know a lot about the simple platform to actualy start implementin...
| | tobiasvl.github.io
21.2 parsecs away

Travel
| A high-level guide to making a CHIP-8 emulator.