Skip to content
forked from Stewmath/GameYob

[Super] Gameboy [Color] emulator for the Nintendo [3]DS

License

Notifications You must be signed in to change notification settings

H0R1Z0N/GameYob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameYob

Fork of Drenn's (S)GB(C) emulator GameYob.

Credit to gamesquest1 for the amazing 3D banner.

Download: https://github.com/Steveice10/GameYob/releases

Requires:

  • devkitARM, ctrulib, and citro3d to build for 3DS.
  • devkitA64 and libnx to build for Switch.
  • SDL2 and libncurses to build for PC.

General Features

  • Gameboy, Gameboy Color, Super Gameboy emulation.
  • Gameboy Color enhanced palettes for black-and-white games.
  • Super Gameboy colorization and borders. (SGB mode only)
  • Gameboy Printer emulation.
  • Show the original BIOS animation.
  • Fast forwarding.
  • Save States.
  • Remappable controls.
  • Toggle individual sound channels.
  • Multiple scaling modes.
    • Aspect - Fits game to screen height, including border space if applicable.
    • Aspect (Screen Only) - Fits game to screen height.
    • Full - Stretches game to fill screen, including border space if applicable.
    • Full (Screen Only) - Stretches game to fill screen.
  • Custom border images
    • Place "(romname).(png/jpg/etc)" in the borders folder if you have one set; otherwise, place it in the same folder as the ROM.
    • Can also set a global default border in the display options.
  • GameGenie (XXX-XXX or XXX-XXX-XXX) and GameShark (XXXXXXXX) Cheat Codes
    • Place "(romname).cht" in the cheats folder if you have one set; otherwise, place it in the same folder as the ROM.
    • Example code:
      [name]
      value=011092D0
      enabled=0
      
    • Cheats can be chained together under one name by separating individual codes with "+".

About

[Super] Gameboy [Color] emulator for the Nintendo [3]DS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 62.8%
  • C 35.2%
  • Assembly 1.8%
  • Makefile 0.2%