Skip to content
forked from chrismaltby/gbvm

simple virtual machine implementation for game boy

License

Notifications You must be signed in to change notification settings

fairhopeweb/gbvm

 
 

Repository files navigation

Simple VM for script-driven game boy games

Features:

  • human readable assembler-like scripts
  • rom banks support
  • multi-threading

Notes:

  • threads share same memory
  • context's stack grows ahead

Instead of 100 words: scheme

Game structures overlaying: scheme

About

simple virtual machine implementation for game boy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.8%
  • Assembly 12.7%
  • Pascal 1.5%
  • Python 0.8%
  • Makefile 0.2%
  • SWIG 0.0%