Kevboy (Source)

Kevboy (Source)
Kevboy (Source)
File Size:
179.93 kB
Version:
0.3.1
Author:
Date:
29 August 2023
Downloads:
0 x

A Game Boy and Game Boy Color emulator in Rust.

Notes
  • Clone with git@github.com:xkevio/kevboy.git
  • Build the project in release mode with cargocargo build --release

Usage

Open a ROM via File > Open ROM.

A boot rom is not provided, the state of the Game Boy after the boot rom finishes is emulated.

Serial (link cable) is emulated in so far that games that rely on it do work, though no emulation of actual linking between two Game Boys is implemented.

Supported Memory Bank Controllers:

  • MBC0
  • MBC1
  • MBC2
  • MBC3 (without RTC)
  • MBC5

Controls:

Controls may be customized via Options > Controls. For manual editing (not recommended, key order needs to be preserved), settings are stored here:

  • Linux: /home/UserName/.local/share/Kevboy
  • macOS: /Users/UserName/Library/Application Support/Kevboy
  • Windows: C:\Users\UserName\AppData\Roaming\Kevboy

Some keys might not be supported.

KeyboardGame Boy
O B
P A
W Up
A Left
S Down
D Right
Enter Start
Q Shift

File is an Unix Executable.
Open terminal and navigate to file location.
Type chmod +x kevboy_amd64

 
 
Powered by Phoca Download