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

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Micro Joy-GB

micro_joy-gb

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

The master program "mcu_write7.py" requires the following dependencies:
PyBoy
Pillow (PIL Fork)
pySerial

The slave program "boot.py" requires the following dependencies:
micropython-pcd8544
micropython-sn76489
micropython-74hc595

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