Skip to content

A cycle-accurate Nintendo Game Boy Advance emulator. Polish translation.

License

Notifications You must be signed in to change notification settings

elektronicznypank/NanoBoyAdvance-PolishTranslation

 
 

Repository files navigation

NanoBoyAdvance

license build discord

NanoBoyAdvance is a cycle-accurate Game Boy Advance emulator.
It aims to be as accurate as possible, while also offering enhancements such as improved audio quality.

screenshot1

Features

  • Very high compatibility and accuracy (see Accuracy)
  • HQ audio mixer (for games which use Nintendo's MusicPlayer2000 sound engine)
  • Post-processing options (color correction, xBRZ upscaling and LCD ghosting simulation)
  • Save State support (10x save slots available)
  • Game controller support (buttons and axises can be remapped)
  • Loading ROMs from archives (Zip, 7z, Tar and limited RAR1 support)
  • RTC emulation
  • Solar Sensor emulation (for example: for Boktai - The Sun is in Your Hand)

Running

Download a recent development build or the last stable release.

Upon loading a ROM for the first time you will be prompted to assign the Game Boy Advance BIOS file.
You can dump it from a real console (accurate) or use an unofficial BIOS (less accurate).

Accuracy

A lot of research and attention to detail has been put into developing this core and making it accurate.

  • Cycle-accurate emulation of most components, including: CPU, DMA, timers, PPU and Game Pak prefetch
  • Passes all AGS aging cartridge tests (NBA was the first public emulator to achieve this)
  • Passes most tests in the mGBA test suite (see mGBA suite comparison for more details)
  • Passes ARMWrestler, gba-suite and FuzzARM CPU tests
  • Very high compatibility, including games that require emulation of peculiar hardware edge-cases (see Game compatibility)

Compiling

See COMPILING.md in the docs folder.

Credit

Copyright

NanoBoyAdvance is Copyright © 2015 - 2023 fleroviux.
It is licensed under the terms of the GNU General Public License (GPL) 3.0 or any later version. See LICENSE for details.

Game Boy Advance is a registered trademark of Nintendo Co., Ltd.

Footnotes

  1. RAR 5.0 is currently not supported.

About

A cycle-accurate Nintendo Game Boy Advance emulator. Polish translation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 96.6%
  • CMake 3.4%