Skip to content

PyBoy emulator stream over serial for MicroPython compatible boards

Notifications You must be signed in to change notification settings

Kyuchumimo/Micro_Joy-GB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Micro Joy-GB

micro_joy-gb

This software is divided into 2 parts: master (computer) and slave (microcontroller).

Requirements

The master program "mcu_write7.py" requires the following dependencies:
PyBoy v1 (Most apis were renamed or moved in the transition from version 1 to version 2)
Pillow (PIL Fork)
pySerial

The slave program "boot.py" requires the following dependencies:
MicroPython v1.20 or previous (zlib may not be present by default on all MicroPython ports from v1.21 onwards) micropython-pcd8544
micropython-sn76489
micropython-74hc595

This repository will be updated soon to fix these incompatibilities.

To load games, replace "game.gb" by the directory and/or filename to a valid GB ROM.

How it works?

flowchart drawio

About

PyBoy emulator stream over serial for MicroPython compatible boards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages