Skip to content

zerodune/Gameboy_SoCkit

 
 

Repository files navigation

Gameboy / Gameboy Color port to SoCkit Platform

This is port of Gameboy for MiST

  • Place RBF file into root of SD card.
  • Place .gb|.gbc files into Gameboy folder.

Features

  • Original Gameboy & Gameboy Color Support
  • Super Gameboy Support - Borders, Palettes and Multiplayer
  • MegaDuck Support
  • Custom Borders
  • SaveStates
  • Fastforward
  • Rewind - Allows you to rewind up to 40 seconds of gameplay
  • Frameblending - Prevents flicker in some games (e.g. "Chikyuu Kaihou Gun Zas")
  • Custom Palette Loading
  • Real-Time Clock Support
  • Gameboy Link Port Support - Requires USERIO adapter
  • Cheats

Open Source Bootstrap roms

This now includes the open source boot ROMs from https://github.com/LIJI32/SameBoy/. For maximum compatibility/authenticity you can still place the Gameboy bios/bootroms into the Gameboy folder and load them in the menu with Misc->Load GBC/DMG/SGB boot.

Palettes

This core supports custom palettes (*.gbp) which should be placed into the Gameboy folder. Some examples are available in the palettes folder.

Custom Borders

This core supports custom borders (*.sgb) which should be placed into the Gameboy folder. Some examples are available in the borders folder.

Autoload

To autoload your favorite game at startup rename it to boot2.rom.

Video output

The Gameboy can disable video output at any time which causes problems with vsync_adjust=2 or analog video during screen transitions. Enabling the Stabilize video option may fix this at the cost of some increased latency.

Savestates

This core provides 4 slots to save and restore the memory state which means you can save at any point in the game. These can be saved to your SDCard or they can reside only in memory for temporary use (OSD Option). Save states can be performed with the Keyboard, a mapped button to a gamepad, or through the OSD.

Keyboard Hotkeys for save states:

  • Alt+F1 thru Alt+F4 - save state
  • F1 thru F4 - restore state

Gamepad:

  • Savestatebutton+Left or Right switches the savestate slot
  • Savestatebutton+Start+Down saves to the selected slot
  • Savestatebutton+Start+Up loads from the selected slot

About

Gameboy for SoCkit (MiSTer firmware)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Verilog 41.4%
  • VHDL 36.7%
  • SystemVerilog 15.3%
  • Assembly 2.4%
  • Lua 1.9%
  • Tcl 1.9%
  • Other 0.4%