# gameboy-vm-rs **Repository Path**: EEPPEE_admin/gameboy-vm-rs ## Basic Information - **Project Name**: gameboy-vm-rs - **Description**: gameboy emulator in rust - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-02 - **Last Updated**: 2024-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: gameboy ## README # implement gameboy emulator in rust - ref links: https://github.com/mvdnes/rboy # deps - `cargo add clap glium winit blip_buf cpal` # build ```bash cargo b -r # or make ``` # usage # stage guide - [v] cpumode - [v] register - [v] timer - [v] serial - [v] printer - [v] sound dir - [v] mmu - [v] gpu - [v] cpu - [v] device # todo: - try fix main_utils.rs