Difference between revisions of "SameBoy"

From Emulation General Wiki
Jump to navigation Jump to search
m (Not SGB, see talk)
(SameBoy doesn't use C++; this is GitHub's misclassification)
(4 intermediate revisions by 4 users not shown)
Line 9: Line 9:
 
|developer = [https://github.com/LIJI32 Lior Halphon]
 
|developer = [https://github.com/LIJI32 Lior Halphon]
 
|accuracy = Highly-Accurate
 
|accuracy = Highly-Accurate
|prog-lang = C,Objective-C,C++
+
|prog-lang = C, Objective-C
 
|website = [https://sameboy.github.io/ sameboy.github.io]
 
|website = [https://sameboy.github.io/ sameboy.github.io]
 
|license = MIT License
 
|license = MIT License
Line 19: Line 19:
 
[[Category:Game Boy/Game Boy Color emulators]]
 
[[Category:Game Boy/Game Boy Color emulators]]
  
==Downloads==  
+
==Download==  
*[https://sameboy.github.io/downloads/ Latest Release]
+
{| cellpadding="4"
 +
|-
 +
|align=center|{{Icon|Win|Mac}}
 +
|'''[https://sameboy.github.io/downloads/ Latest Release]'''
 +
|}
 +
*
  
 
==Overview==
 
==Overview==

Revision as of 20:48, 4 March 2020

SameBoy
Developer(s) Lior Halphon
Latest version 0.16.2
Active Yes
Platform(s) Multi-platform
Emulates Game Boy
Game Boy Color
Accuracy Highly-Accurate
Website sameboy.github.io
Programmed in C, Objective-C
License MIT License
Source code GitHub

SameBoy is an open-source Game Boy and Game Boy Color emulator for macOS, Windows and Unix-like platforms.

Download

Windows macOS Latest Release

Overview

Top features include very high accuracy, debugging tools via a command line, and most standard features found in other top emulators. The UI is very crisp and clean looking.

Sameboy is also available as a Libretro Core. (more info)

Issues

All menu options are handled via the on screen gui and rom files must be dropped on the screen to be started or changed out. Sameboy can change operating mode (GB, GBC, sometimes GBA) on the fly but restarts the currently playing game on event. The splash screen of all gameboy games are replaced with the words Sameboy, and animated the same accordingly.

WideGB

WideGB is a fork of SameBoy with widescreen support. This allows you to peek beyond the screen boundaries of GB games. Downloads are available on this GitHub.