An open API service indexing awesome lists of open source software.

https://github.com/naavis/gameboy-skrolli-example

Example code for Skrolli 2017.2 Game Boy article
https://github.com/naavis/gameboy-skrolli-example

assembly assembly-language assembly-language-programming educational gameboy magazine

Last synced: 19 days ago
JSON representation

Example code for Skrolli 2017.2 Game Boy article

Awesome Lists containing this project

README

          

Game Boy example for Skrolli Magazine 2017.2
==========================================

![Example program screenshot](screenshot.png)

The cart header is contained in [header.z80](header.z80), and [macros.inc](macros.inc) contains some convenience macros. All the relevant executable code is in [main.z80](main.z80).

How to compile and run
----------------------
`run.bat` builds and runs the ROM image (example.gb) on Windows using
[Rednex GameBoy Development System](https://github.com/rednex/rgbds) and [BGB Gameboy Emulator](http://bgb.bircd.org/).