Skip to content
Snippets Groups Projects

Support for Python

Merged João Magalhães requested to merge joamag/python into master
Compare and Show latest version
5 files
+ 136
4
Compare changes
  • Side-by-side
  • Inline
Files
5
from .gb import *
from .gb import (
DISPLAY_WIDTH,
DISPLAY_HEIGHT,
CPU_FREQ,
GameBoy,
GameBoyMode,
GameBoyRust,
)
from .palettes import PALETTES
Loading