/gomu

A GBA emulator written in Go

Primary LanguageGo

GoMu

A GBA emulator written in Go

Build

To build this project run this following command:

make build

Installation

To install this emulator on your computer this following command after build completion:

make install

Run as standalone

To run this emulator without needing of build run this following command:

make run

Test

To run tests run this following command:

make test