All Projects → davidwhitney → Coreboy

davidwhitney / Coreboy

Licence: mit
A GameBoy Emulator, in C#

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Coreboy

Provenance
iOS & tvOS multi-emulator frontend, supporting various Atari, Bandai, NEC, Nintendo, Sega, SNK and Sony console systems… Get Started: https://wiki.provenance-emu.com |
Stars: ✭ 4,732 (+1091.94%)
Mutual labels:  nintendo, gameboy, emulator
awesome-emu-resources
A curated list of emulator development resources
Stars: ✭ 26 (-93.45%)
Mutual labels:  emulator, nintendo, gameboy
Retro Go
Retro emulation for the ODROID-GO
Stars: ✭ 73 (-81.61%)
Mutual labels:  nintendo, gameboy, emulator
khedgb
Experiments in Game Boy emulation
Stars: ✭ 15 (-96.22%)
Mutual labels:  emulator, nintendo, gameboy
Vba M Nx
WIP full featured port of VBA-M for Nintendo Switch
Stars: ✭ 11 (-97.23%)
Mutual labels:  nintendo, gameboy, emulator
Projectdmg
C# GameBoy Emulator
Stars: ✭ 57 (-85.64%)
Mutual labels:  nintendo, gameboy, emulator
Retrograde Android
Play retro video games on your Android TV!
Stars: ✭ 114 (-71.28%)
Mutual labels:  nintendo, gameboy, emulator
Hades
🔥 A Nintendo Game Boy Advance emulator
Stars: ✭ 44 (-88.92%)
Mutual labels:  emulator, gameboy
first nes
Create your own games for the Nintendo Entertainment System! This "starter" game is easily extensible for your own projects. Includes references.
Stars: ✭ 94 (-76.32%)
Mutual labels:  emulator, nintendo
gameboyGO
Gameboy emulator in go
Stars: ✭ 24 (-93.95%)
Mutual labels:  emulator, gameboy
Emux
GameBoy emulator written in C#
Stars: ✭ 58 (-85.39%)
Mutual labels:  emulator, gameboy
SkyEmu
Game Boy, Game Boy Color, and Game Boy Advanced Emulator
Stars: ✭ 59 (-85.14%)
Mutual labels:  emulator, gameboy
worldwide
A toy GameBoy Color emulator written in golang.
Stars: ✭ 563 (+41.81%)
Mutual labels:  emulator, gameboy
rusty-boy
Gameboy emulator in Rust
Stars: ✭ 20 (-94.96%)
Mutual labels:  emulator, gameboy
Kotlin-Gameboy-Emulator
A GameBoy emulator written in Kotlin
Stars: ✭ 12 (-96.98%)
Mutual labels:  emulator, gameboy
NostalgiaLite
Three game emulators: FC(Nes), GG, GBC for Android
Stars: ✭ 85 (-78.59%)
Mutual labels:  emulator, nintendo
NeoGB-Printer
An open-source and standalone Gameboy Printer emulator 100% compatible with all officially released games (110 in total) that support the accessory. Just print and save the images as BMP
Stars: ✭ 61 (-84.63%)
Mutual labels:  emulator, gameboy
speljongen
gameboy emulator written in c++
Stars: ✭ 15 (-96.22%)
Mutual labels:  emulator, gameboy
1964js
Nintendo64 emulator in JavaScript
Stars: ✭ 57 (-85.64%)
Mutual labels:  emulator, nintendo
Road To Yuzu Without Switch
This Repo explains how to install the Yuzu Switch Emulator without a Switch
Stars: ✭ 267 (-32.75%)
Mutual labels:  nintendo, emulator

CoreBoy

A .NET Core Gameboy emulator that started life as a port of Coffee-GB (https://github.com/trekawek/coffee-gb). MIT licensed, go nuts.

Docs

This-

  • Runs Gameboy and Gameboy Color games.
  • Has a headless CLI mode
  • Has a Windows-Only WinForms UI
  • Can be used as a library in your own software

Pre-Reqs

  • .NET Core 3.1

Usage

Windows

Just run CoreBoy.Windows and load a ROM from the file menu!

Mac / Linux

Command line:

Just run CoreBoy.Avalonia and load a ROM from the file menu!

Controls

LeftArrow = Left
RightArrow = Right
UpArrow = Up
DownArrow = Down
Z = A
X = B
Enter = Start
Backspace = Select

Audio

Isn't working yet.

Resizing

Is currently buggy and slow, because it's just "whatever WinForms is doing" rather than explicitly scaled rendering. I'll get around to it.

Lineage and Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].