DenoGBA
DenoGBA copied to clipboard
Deno GBA Emulator.
DenoGBA
This is a Game Boy Advance emulator made with GBA.js and Pane for Deno.
Usage
Install using:
deno install --unstable -A --name dgba https://raw.githubusercontent.com/DjDeveloperr/DenoGBA/main/cli.ts
And run games with:
dgba <filename> [...args]
for example
dgba firered.gba -s firered.sav
Contributing
You're always welcome to contribute! We use deno fmt
to format code.
License
Check LICENSE for more info.
Copyright 2021 @ DjDeveloperr