8000 GitHub - PascalPixel/PlayGB: A Game Boy emulator for Playdate, based on Peanut-GB.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Game Boy emulator for Playdate, based on Peanut-GB.

License

Notifications You must be signed in to change notification settings

PascalPixel/PlayGB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayGB

A Game Boy emulator for Playdate. PlayGB is based on Peanut-GB, a header-only C Gameboy emulator by deltabeard.

Installing

  • Download the zip from the latest release.
  • Copy the pdx through the online sideload or USB.
  • Place the ROMs in /Data/*.playgb/games/. Filename must end with .gb or .gbc
  • To access Data folder, connect Playdate to a computer and press LEFT + MENU + LOCK in the homescreen.

Notes

  • Use the crank to press Start or Select.
  • To save a game you have to use the in-game save option. Game is automatically saved when changing ROMs or quitting the app. After a crash, a new (recovery).sav file is created. Save files are stored in /Data/*.playgb/saves/
  • Audio is disabled by default. You can optionally enable it from the ROMs list screen

Implementation

PlayGB uses a slightly modified version of Peanut-GB which supports partial screen update.

About

A Game Boy emulator for Playdate, based on Peanut-GB.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.5%
  • Makefile 0.5%
0