8000 GitHub - jsmolka/sprite: A Game Boy emulator written in drizzle.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jsmolka/sprite

Folders and files

< 8000 td colSpan="3" class="DirectoryContent-module__Box_5--r9c8e">
NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sprite

A Game Boy emulator written in drizzle.

Why

This emulator serves as the ultimate stress test for the programming language. It implements most components of the system with reasonable accuracy and runs at native speed. There is no sound or saves, and the cartridge types are limited to MBC0, MBC1, and MBC3.

Usage

Download the latest version of drizzle-sdl for your system and run drizzle sprite.dz <rom>.

Binaries

Binaries for Windows, Linux and macOS are available as nightly and release builds.

Build

Detailed build instructions can be found here.

0