Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 929 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 929 Bytes

CHIP8 Emulator for Gameboy

A chip8 emulator made directly for the gameboy in RGBASM (assembly)

This is a work in progress, not yet complete :)

Right now most of the main loop, CPU and memory access is working, and the graphics are buffered in VRAM. However, since the gameboy tile bits aren't shifted the image are still displayed incorrectly.

Building

Make will generate chip8.gb

make

Running

To run, a gameboy or gameboy emulator is needed - i pair it with my emulator

./emulator -r chip8.gb

Testing

See testing

References