All Projects → naavis → roboto-demo

naavis / roboto-demo

Licence: CC0-1.0 license
Game Boy demo for Skrolli Party 2017.

Programming Languages

assembly
5116 projects
C++
36643 projects - #6 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to roboto-demo

Gbt Player
A music player library for Game Boy.
Stars: ✭ 180 (+650%)
Mutual labels:  gameboy, demoscene
Safe-Power-Monitor
Camble - SudoMod
Stars: ✭ 19 (-20.83%)
Mutual labels:  gameboy
tilemap-studio
A tilemap editor for Game Boy, Color, Advance, DS, and SNES projects. Written in C++ with FLTK.
Stars: ✭ 247 (+929.17%)
Mutual labels:  gameboy
cart-dumper
🎮 Gameboy ROM for cartridge dumping
Stars: ✭ 24 (+0%)
Mutual labels:  gameboy
mealybug-tearoom-tests
🪲☕️ Game Boy emulator test ROMs
Stars: ✭ 40 (+66.67%)
Mutual labels:  gameboy
witchcraft
Source code for Witchcraft by Pegboard Nerds and Logicoma
Stars: ✭ 16 (-33.33%)
Mutual labels:  demoscene
glextrusion
OpenGL 3D extrusion library
Stars: ✭ 27 (+12.5%)
Mutual labels:  demoscene
gameboi
An Original GameBoy emulator?
Stars: ✭ 20 (-16.67%)
Mutual labels:  gameboy
emulators
development methodology software emulators
Stars: ✭ 24 (+0%)
Mutual labels:  gameboy
gameboy-glitch-shooter
Bullets don't stop writing to memory when they leave the screen. I'm sure everything will be fine.
Stars: ✭ 14 (-41.67%)
Mutual labels:  gameboy
bitboy
BitBoy : a Gameboy emulator for bitbox !
Stars: ✭ 14 (-41.67%)
Mutual labels:  gameboy
MiniGBS
Small .gbs chiptune player for Linux
Stars: ✭ 15 (-37.5%)
Mutual labels:  gameboy
minimal gl
PC 4K Intro Editor
Stars: ✭ 36 (+50%)
Mutual labels:  demoscene
DevSound
Game Boy sound driver
Stars: ✭ 48 (+100%)
Mutual labels:  demoscene
jsGBC-core
jsGBC Core Emulator
Stars: ✭ 14 (-41.67%)
Mutual labels:  gameboy
makeshift
Source code for Makeshift by Logicoma
Stars: ✭ 41 (+70.83%)
Mutual labels:  demoscene
CAMLBOY
A Game Boy emulator written in OCaml that runs in your browser 🐫 🎮
Stars: ✭ 409 (+1604.17%)
Mutual labels:  gameboy
gbcam-rev-engineer
Tools used to reverse engineer the GB Camera using Arduino UNO.
Stars: ✭ 64 (+166.67%)
Mutual labels:  gameboy
Droneboy
Drone music application for Gameboy
Stars: ✭ 22 (-8.33%)
Mutual labels:  gameboy
numen
Famous Atari 8-bit demo
Stars: ✭ 20 (-16.67%)
Mutual labels:  demoscene

Roboto

Demo compo entry for Skrolli Party 2017, programmed in Sharp LR35902 assembly for the original Game Boy (DMG).

The demo running on real Game Boy hardware can be seen on YouTube.

How to assemble

The assembly code is written for RGBDS assembler. The whole demo can be compiled and tested using the BGB emulator on Windows just by running run.bat

Project structure

The starting point of the program is in the file skrollidemo.z80. Interrupt boilerplate code can be found in interrupts.z80 file. Cartridge header can be found in header.z80.

The demo is divided into separate scenes, which reside in their respective scene_*.z80 files.

RGBDS, mod2gbt and BGB executables are contained in the requirements directory.

Libraries

This demo uses the great gbt-player tools by Antonio Niño Díaz (AntonioND), and RGBGrafx by Aaron St. John.

Disclaimer

This source code is for educational purposes only. The author does not take any legal responsibility for the safety of the code in case you e.g. decide to repurpose parts of it to run a space craft or a nuclear plant. In case you do so, please contact me. I'd like to see a space craft controlled by a Game Boy.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].