https://github.com/expresschs/stm32-gba
GameBoyAdvance emulator running on STM32H7.
https://github.com/expresschs/stm32-gba
Last synced: about 1 year ago
JSON representation
GameBoyAdvance emulator running on STM32H7.
- Host: GitHub
- URL: https://github.com/expresschs/stm32-gba
- Owner: expresschs
- Created: 2023-09-13T06:50:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T01:35:49.000Z (over 2 years ago)
- Last Synced: 2024-02-28T02:38:59.645Z (over 2 years ago)
- Language: C
- Size: 43.8 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STM32-GBA
GameBoyAdvance Emulator running on STM32H7.
## How to use ?
1. Copy xxx.gba to the root directory of the SD card and rename it test.gba
## GIFS




## TODO
1. Game sound.
2. Game selection menu.
3. Game save.
# Special thanks to
#### Reference
- [libretro's vba-next](https://github.com/libretro/vba-next)