An open API service indexing awesome lists of open source software.

https://github.com/roydejong/chip8emu

Unfinished C# based CHIP-8 emulator
https://github.com/roydejong/chip8emu

chip-8 chip8 chip8-emulator emulator

Last synced: 9 months ago
JSON representation

Unfinished C# based CHIP-8 emulator

Awesome Lists containing this project

README

          

# FakeEight
**Unfinished C# based emulator for CHIP-8**

![IBM Rom](screenshot-ibm.png)

## State of affairs
- Only a basic subset of CPU opcodes is implemented
- Basically only runs very simple roms
- Hopefully I'll have the time to work on it more at some point in the future
- It was a good learning experience, hope it's useful in some way to someone

## ROMs that work

ROMs that currently run as expected in the emulator:

- `ibm.ch8`: IBM Logo
- `chip9pic.ch8`: Chip-8 Logo
- `chip8em.ch8`: Chip-8 Emulator Logo