Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 2.12 KB

README.md

File metadata and controls

67 lines (46 loc) · 2.12 KB

Ceres

A (very experimental) GameBoy/Color emulator written in rust.

logo

Screenshots

Build

Required:

To build:

  • After cloning the repo run git submodule update --init --recursive.
  • Enter the gb-bootroms directory and make.
  • In the root directory cargo build --release

Quick start

  • In the root directory cargo run --release <ROM path>.

Key bindings

Gameboy Emulator
Dpad WASD
A K
B L
Start M
Select N

Folder organization

  • ceres-core contains the core emulator logic, such as cpu, apu and ppu emulation.
  • ceres-cli contains frontend with a cli interface.
  • ceres-audio contains the audio frontend.

Thanks

Documentation

Tests

Reference