Explore >> Select a destination


You are here

austinmorlan.com
| | jborza.com
9.5 parsecs away

Travel
| | CHIP-8 is one of the most popular target architectures for aspiring emulator writers. Im planning to implement it in hardware, so I thought that writing a software emulator/interpreter would be enlightening. I was also looking for some practice before implementing CHIP-8 in hardware in Verilog :) CHIP-8 Virtual machine description: 64x32 pixel monochrome display 4K of 8-bit RAM 16 8-bit variable registers V0-VF I 16-bit address register Stack of 16-bit addresses for call/return 16-bit PC - program counte...
| | tobiasvl.github.io
7.2 parsecs away

Travel
| | A high-level guide to making a CHIP-8 emulator.
| | riv.dev
8.7 parsecs away

Travel
| | How to write a CHIP-8 emulator.
| | coronax.wordpress.com
62.9 parsecs away

Travel
| Before I move on from the C64 user port for a while, I wanted to do a project where the computer actually read a value from the environment and analyzed it. Also, I wanted to spend a little effort fixing up my kludgy SPI implementation, and give it a better workout by reading several inputs...