Skip to content

sieken/gameboy_spi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello SPI!

This is a "hello world"-type project, for a Game Boy DMG to connect to a Microchip Uno32 via SPI.

Compiling & installing

Uno32

Install the mcb32 environment (found here) by following provided instructions.

Enter the mcb32 environment and in the hello_spi directory, run; $ make and $ make install to flash it to the Uno32 board.

Game Boy

Install the GBDK environment from here (this fork for OSX works for me) by following provided instructions. Don't forget to skim through, and fix, the issues reported if you go with the OSX fork.

In the hello_slave directory, run; $ lcc hello_slave.c -o hello_slave.gb or whatever you wish to name your output .gb-image.

COPYRIGHTS

For copyrights etc, see file COPYING.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published