Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jadamka/chip8-emulatorcpp

A Chip8 emulator
https://github.com/jadamka/chip8-emulatorcpp

chip8 chip8-emulator cpp emulator

Last synced: 10 days ago
JSON representation

A Chip8 emulator

Awesome Lists containing this project

README

        

# Chip8-Emulator

Its pretty much working for many games, only games that are not working are those on which i need to implement load_store_quirk (Astro Dodge)

Audio was implemented using Beep function from windows.h

Also while playing tank.ch8 I noticed sometimes it crashes because of access violation.