A gameboy emulator written in Pure Lua. Approaching feature completeness, but still a work in progress.
* Pure Lua! Gameboy module should work on any Lua 5.2+ environment with the "bit" library available. * Original Gameboy (DMG) and Gameboy Color (GBC) * Decently cycle-approximate graphics * Working 32KHz audio * Multiple Palettes for DMG Mode * SRAM and Save States * Debug Panels for VRAM, Audio, IO and Disassembly * Built-in filebrowser, drawn in software for easy porting