All Projects → djhworld → Gomeboycolor

djhworld / Gomeboycolor

Licence: mit
Gameboy Color emulator

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Gomeboycolor

Docker Android
Android in docker solution with noVNC supported and video recording
Stars: ✭ 4,042 (+960.89%)
Mutual labels:  emulator
Hnes
🎮 NES Emulator written in Haskell
Stars: ✭ 340 (-10.76%)
Mutual labels:  emulator
Sapphire
A Final Fantasy XIV 4.0+ Server Emulator written in C++
Stars: ✭ 366 (-3.94%)
Mutual labels:  emulator
Stella
A multi-platform Atari 2600 Emulator
Stars: ✭ 315 (-17.32%)
Mutual labels:  emulator
Nexusforever
An emulator for the defunct MMORPG WildStar which supports build 16042 (Final Patch)
Stars: ✭ 322 (-15.49%)
Mutual labels:  emulator
Minivmac4ios
Mini vMac for iOS
Stars: ✭ 353 (-7.35%)
Mutual labels:  emulator
Zesarux
ZEsarUX - ZX Second-Emulator And Released for UniX
Stars: ✭ 307 (-19.42%)
Mutual labels:  emulator
Firebird
Third-party multi-platform emulator of the ARM-based TI-Nspire calculators
Stars: ✭ 374 (-1.84%)
Mutual labels:  emulator
Core
Common Open Research Emulator
Stars: ✭ 330 (-13.39%)
Mutual labels:  emulator
Xemu
Original Xbox Emulator for Windows, macOS, and Linux (Active Development)
Stars: ✭ 362 (-4.99%)
Mutual labels:  emulator
Server
EQEmu - Open Source EverQuest Server
Stars: ✭ 319 (-16.27%)
Mutual labels:  emulator
Anese
Another NES Emulator - written for fun & learning - first implementation of wideNES
Stars: ✭ 323 (-15.22%)
Mutual labels:  emulator
Avocado
🥑 PlayStation 1 emulator
Stars: ✭ 356 (-6.56%)
Mutual labels:  emulator
Fbneo
FinalBurn Neo - We are Team FBNeo.
Stars: ✭ 316 (-17.06%)
Mutual labels:  emulator
Trinity
Trinity Exploit - Emulator Escape
Stars: ✭ 371 (-2.62%)
Mutual labels:  emulator
Retroesp32
Retro ESP32 is a turbo charged Odroid Go Launcher, Emulator and ROM Manager
Stars: ✭ 313 (-17.85%)
Mutual labels:  emulator
Parchment
The Interactive Fiction player for the web
Stars: ✭ 343 (-9.97%)
Mutual labels:  emulator
Servuo
An Ultima Online server emulator written in C# .NET
Stars: ✭ 378 (-0.79%)
Mutual labels:  emulator
Simplify
Android virtual machine and deobfuscator
Stars: ✭ 3,865 (+914.44%)
Mutual labels:  emulator
Pegasus Frontend
A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
Stars: ✭ 364 (-4.46%)
Mutual labels:  emulator

gomeboycolor

This project is a work in progress and is no way near complete!

Nintendo Gameboy Color emulator

This is a backend library that provides the core emulator runtime, it is designed to be used in conjuction with a frontend.

Available frontends:

You are welcome to visit the github page for this project by clicking here

FAQ

Backend?

This module will emulate the hardware of the Gameboy Color.

You can write a 'frontend' to receive the screen data and render it to a medium of your choosing, along with handling keyboard inputs, and something to handle saving battery saves.

See the _examples directory for a simple example of how to write a frontend. Alternatively, look at the 'Available frontends' above.

Features?

  • ⚠️ Mostly works. It is not a perfect emulator by any means and some games might not function correctly.
    • ✅ blargg CPU tests pass
    • ✅ blargg memory timing tests pass
  • ✅ Supports battery saves for ROMS that allow you to save state
  • ❌ Audio is NOT implemented right now
  • ⚠️ Does not support RTC clock on MBC3 (although games can still be played)

How do I build it?

This is a 'library' module, no build required.

License

MIT License

Copyright (c) 2013-2018 Daniel James Harper

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].