An open API service indexing awesome lists of open source software.

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.

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
![POKEMON](Doc/pokemon.GIF)
![KOF](Doc/kof.GIF)
![METAL_SLUG](Doc/metal_slug.GIF)
![MARIO_RACING](Doc/mario_racing.GIF)

## 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)