Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bluestormdna/chip8

Chip 8 Interpreter / Emulator
https://github.com/bluestormdna/chip8

chip8 emulator interpreter java wip

Last synced: about 21 hours ago
JSON representation

Chip 8 Interpreter / Emulator

Awesome Lists containing this project

README

        

# Chip8
Chip 8 Interpreter / Emulator

This is a Java WIP Chip8 Interpreter / Emulator mainly as an educational exercice

What has been implemented:
* My basic approach to the architecture of the emulator and the interpreter.
* A rom loader.
* A swing window to see something (doh!)
* Keyboard input
* CPU stack, stackpointer, registers and a all the cpu opcodes for fetch decode and execution.
* Passes test rom
* At the moment almost all games boot

Todo List:
* Sound