Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Rust gameboy emulator project

ziggornif/dmg-emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMG EMU

A gameboy emulator project

screenshot

Prerequisites

This emulator currently works only with a Tetris ROM file. You must place a Tetris ROM file named tetris.gb in the resources/ directory before running the emulator.

Setup

  1. Place your Tetris ROM file in the resources directory:

    resources/tetris.gb
    
  2. Build the project:

    cargo build --release

Running the Emulator

To launch the emulator:

cargo run --release

Controls

  • WASD: Directional pad (Up/Down/Left/Right)
  • Space: A button
  • X: B button
  • Enter: Start button
  • C: Select button
  • P: Pause/Resume
  • F1: Toggle debug view

Documentation

About

Rust gameboy emulator project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published