Our goal is to improve upon VisualBoyAdvance by integrating the best features from the various builds floating around.
VBA-M is a Game Boy, Game Boy Color, Super Game Boy, and Game Boy Advance emulator.
* Cheat creation
* save states
* multi system, supports gba, gbc, gb, sgb, sgb2
* Turbo!
* colour palette modifier
The basic formula to build vba-m is:
cd ~ && mkdir src && cd src git clone https://github.com/visualboyadvance-m/visualboyadvance-m.git cd visualboyadvance-m ./installdeps # ./installdeps will give you build instructions, which will be similar to: mkdir build && cd build cmake .. -G Ninja ninja
./installdeps is supported on MSys2, Linux (Debian/Ubuntu, Fedora, Arch, Solus, OpenSUSE, Gentoo and RHEL/CentOS) and Mac OS X (homebrew, macports or fink.)