Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishpranav/emerald
emerald GBA Emulator
https://github.com/krishpranav/emerald
emerald emulator gba go golang psx
Last synced: 21 days ago
JSON representation
emerald GBA Emulator
- Host: GitHub
- URL: https://github.com/krishpranav/emerald
- Owner: krishpranav
- Created: 2022-06-28T06:58:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T07:59:24.000Z (over 2 years ago)
- Last Synced: 2024-10-02T09:19:13.869Z (about 1 month ago)
- Topics: emerald, emulator, gba, go, golang, psx
- Language: Go
- Homepage:
- Size: 1.07 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emerald
## Emerald is a GBA Emulator written in golang[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com)## About Emerald:
- Emerald works on all operating system 💻
- Fast 🚀## Screenshots:
- // TODO## Building:
- binary is also available in the [releases]()
```
$ git clone https://github.com/krishpranav/emerald
$ cd emerald
$ ./build.sh
```## Running:
```
$ ./emerald XYZ.gba
```## Keys:
| keyboard | game pad |
| -------------------- | ------------- |
| ← | ← button |
| ↑ | ↑ button |
| ↓ | ↓ button |
| → | → button |
| X | A button |
| Z | B button |
| S | R button |
| A | L button |
| Enter | Start button |
| Backspace | Select button |## Game Compatibitiy:
- // TODO