bgbtest

(★ 10)

Basic test/welcome Gameboy ROM that is shipped with the BGB emulator

File Explorer

  • .gitignore
  • .gitmodules
  • LICENSE
  • Makefile
  • project.mk
  • README.md
  • screenshot-allpressed.png
  • screenshot.png

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

halt

View Details ▼

Halt the system.

halt

Halt the system:

halt {{[-p|--poweroff]}}

Power off the system (same as `poweroff`):

halt --reboot

Reboot the system (same as `reboot`):

// repository documentation