|
You are here |
cgmathprog.home.blog | ||
| | | | |
jborza.com
|
|
| | | | | 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... | |
| | | | |
austinmorlan.com
|
|
| | | | | Ive always loved emulators because they let me play old games that I enjoyed as a kid, so I thought it might be fun to learn how they work and how to build one. My real goal is to build an NES emulator, but after doing some research, I decided to take the advice of the internet and start by building an emulator for the much less complex CHIP-8 instead. Its a good stepping stone to the NES. | |
| | | | |
riv.dev
|
|
| | | | | How to write a CHIP-8 emulator. | |
| | | | |
drew.silcock.dev
|
|
| | | A deep dive into how JavaScript handles Unicode, and what this means for string indexing. | ||