Skip to content

alt-romes/chip8-emulator-for-gameboy

Repository files navigation

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

About

A chip8 emulator made in gameboy assembly for the gameboy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published