A specialized Game Boy emulator targeting Game Boy Camera cartridges.
The emulator replicates the M64282FP image sensor and implements the full Game Boy hardware necessary to run the Game Boy Camera's ROM. The debug interface for this emulator is published here. A minimal ROM mocking functionality of the real cartridge is provided, but please load your own dump of the real cartridge.
This project uses mise for task orchestration.
mise run dev # Build and serve the web project
mise run test # Run all tests
mise run check # Lint with clippy