Search Results for "gameboy advance emulator"

Showing 97 open source projects for "gameboy advance emulator"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 1
    Gameboy

    Gameboy

    Full featured Cross-platform GameBoy emulator by Rust

    Mohanson GameBoy is a minimalist Game Boy emulator project focused on clarity, experimentation, and educational value rather than full compatibility or performance optimization. It is designed as a clean implementation of the Game Boy architecture, typically written in a high-level language such as Python or Rust depending on the version, making it approachable for developers studying emulator design.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Visual Boy Advance - M

    Visual Boy Advance - M

    Emulator for the Game Boy, Game Boy Color, and Game Boy Advance

    Visual Boy Advance - M (VBA-M) is an open-source emulator designed to run Game Boy, Game Boy Color, and Game Boy Advance games on modern systems. It is a continuation and improvement of the original Visual Boy Advance project, with enhanced accuracy, performance, and compatibility. VBA-M supports multiple platforms, making it accessible across Windows, macOS, and Linux environments.
    Downloads: 59 This Week
    Last Update:
    See Project
  • 3
    Coffee GB

    Coffee GB

    Gameboy emulator in Java 8

    Coffee GB is a Gameboy Color emulator written in Java 8. It's meant to be a development exercise. More info can be found in the blog post. First I implemented all the Gameboy CPU opcodes. It’s not exactly the Z80, but it’s pretty close. As a reference, I’ve used the GameBoy CPU Manual - later on I discovered that it has a few typos and is not specific enough for some of the operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    mGBA

    mGBA

    mGBA Game Boy Advance Emulator

    mGBA is a high-performance, open-source emulator designed to accurately replicate the behavior of the Game Boy Advance hardware while maintaining fast execution across a wide range of devices. The project was created with the goal of improving both accuracy and speed compared to earlier emulators, achieving a balance that allows games to run reliably even on lower-end systems.
    Downloads: 12 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    SkyEmu

    SkyEmu

    Game Boy Advance, Game Boy, Game Boy Color, and DS Emulator

    SkyEmu is a modern, multi-system handheld emulator that supports Game Boy, Game Boy Color, Game Boy Advance, and experimental Nintendo DS emulation, with a strong focus on balancing accuracy, performance, and usability. It is designed as a low-level emulator that accurately reproduces hardware behavior while still offering a smooth and accessible user experience across a wide range of platforms.
    Downloads: 75 This Week
    Last Update:
    See Project
  • 6
    Citra

    Citra

    A Nintendo 3DS Emulator

    Citra is an experimental open-source Nintendo 3DS emulator/debugger written in C++. It is written with portability in mind, with builds actively maintained for Windows, Linux and macOS. Citra emulates a subset of 3DS hardware and therefore is useful for running/debugging homebrew applications, and it is also able to run many commercial games! Some of these do not run at a playable state, but we are working every day to advance the project forward.
    Downloads: 296 This Week
    Last Update:
    See Project
  • 7
    NanoBoyAdvance

    NanoBoyAdvance

    A cycle-accurate Nintendo Game Boy Advance emulator

    NanoBoyAdvance is a cycle-accurate Game Boy Advance emulator that prioritizes precision and correctness in replicating original hardware behavior. It is designed to emulate the GBA at a very low level, including CPU timing, DMA operations, graphics processing, and memory behavior, ensuring that even edge cases and obscure hardware quirks are faithfully reproduced. The emulator achieves extremely high compatibility, passing multiple hardware test suites and accurately running games that rely on precise timing conditions. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 8
    SameBoy

    SameBoy

    Game Boy and Game Boy Color emulator written in C

    SameBoy is a user friendly, powerful and open source Game Boy, Game Boy Color and Super Game Boy emulator for macOS, Windows and Unix-like platforms. SameBoy is extremely accurate and includes a wide range of both powerful debugging features and user-facing features, making it ideal for both casual players and developers. Of course, SameBoy also has every feature one would expect from an emulator – from save states to scaling filters.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 9
    Open Source SW/HW Project for Embedded Ethernet Applications. Works with AVR ATmega256/128/103, AVR32, SAM7X, SAM7S(E), SAM9, AT91X40, GameBoy Advance, Cortex M3 / M4 (STM32, NXP LPC, LM3S), Freescale Coldfire, RTL8019AS, LAN91C111, CS8900 and DM9000E chips. Offers a tiny TCP/IP stack including HTTP, FTP and DHCP.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10

    GameLauncher

    Frontend emulator launcher displaying box art image of associated ROMs

    A free front-end emulator displaying associated game box art image for each game. GameLauncher can be controlled using standard Xbox controller. ROM associated image files can be downloaded using following link: http://axter.com/GameLauncher/Images.zip
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    zBoy

    zBoy

    a multiplatform, full-featured GameBoy classic emulator

    ...Here you can see a comparison between graphic algorithms supported by zBoy. This is also one of the very few GameBoy emulators that provides a 2-gameboys link emulation, which makes it possible to play some games in 2-players mode on a LAN. The emulator is available for Linux, DOS and Windows (but should compile for other systems, too).
    Downloads: 71 This Week
    Last Update:
    See Project
  • 12
    pokegb

    pokegb

    A gameboy emulator that only plays Pokemon Blue, in ~50 lines of c++.

    pokegb is an extremely compact and specialized Game Boy emulator written in C++ that is intentionally designed to run only Pokémon Red and Blue, rather than providing general-purpose compatibility. The project is notable for its extreme minimalism, with an implementation of roughly a few dozen lines of code, making it closer to a proof of concept or code-golf experiment than a traditional emulator. It achieves functionality by tailoring the emulator specifically to the requirements and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Utach Family Mobile

    Utach Family Mobile

    NES and Gameboy emulator for Android

    Family Mobile is a Retroarch based multi-emulator for Android with the ability to emulate Family consoles, NES, Gameboy Color and homebrews written in LUA (Lutro). Download the RA32 zip file, extract to /emulated/0/, ensure that the file extractor has access to the /Android/data/ directory, if not, extract it to another directory and copy it manually, and then install the included APK.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    GoBoy

    GoBoy

    Multi-platform Nintendo Game Boy Color emulator written in Go

    GoBoy is a multi-platform Nintendo GameBoy and GameBoy Color emulator written in go. The emulator can run the majority of GB games and some CGB games. There is also colour and sound support. This emulator was primarily built as a development exercise and is still work in progress. Please feel free to contribute if you’re interested in GameBoy emulator development. The program includes debugging functions making it useful for understanding the emulator operation for building one yourself. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    bsnes

    bsnes

    Super Nintendo (SNES) emulator focused on performance, features

    bsnes is a multi-platform Super Nintendo (Super Famicom) emulator, originally developed by Near, which focuses on performance, features, and ease of use. True Super Game Boy emulation (using the SameBoy core by Lior Halphon) HD mode 7 graphics with optional supersampling (by DerKoun) Low-level emulation of all SNES coprocessors (DSP-n, ST-01n, Cx4) Multi-threaded PPU graphics renderer. Speed mode settings which retain smooth audio output (50%, 75%, 100%, 150%, 200%) Built-in games database...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    higan

    higan

    higan is a multi-system emulator focused on accuracy & preservation

    higan is a multi-system emulator, originally developed by Near, with an uncompromising focus on accuracy and code readability. It currently emulates the following systems: Famicom, Famicom Disk System, Super Famicom, Super Game Boy, Game Boy, Game Boy Color, Game Boy Advance, Game Boy Player, SG-1000, SC-3000, Master System, Game Gear, Mega Drive, Mega CD, PC Engine, SuperGrafx, MSX, MSX2, ColecoVision, Neo Geo Pocket, Neo Geo Pocket Color, WonderSwan, WonderSwan Color, SwanCrystal, Pocket Challenge V2. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 17
    Gameboy.Live

    Gameboy.Live

    A basic gameboy emulator with terminal "Cloud Gaming" support

    A basic gameboy emulator with terminal "Cloud Gaming" support. Gameboy.Live is a Gameboy emulator written in go for learning purposes. You can simply play Gameboy games on your desktop. Or, "Cloud Game" in your terminal with a single command (The demo server is down now, you have to deploy on your own server) You can directly download the executable file from the Release page, or build it from the source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Emulator Pro

    Emulator Pro

    All Emulators for Windows in a single program

    -Now support both 32/64 bit system NUOVO UPDATE!/NEW UPDATE! -Wii U emulator:CEMU -Snes 9x (64 bit),desmume,dolphin,and citra! Emulator Pro è un launcher che permette,oltre ad avere in un solo programma tutti i migliori emulatori,anche tutte le ROM organizzate. Perchè andare a cercare tra cartelle e cartelle quando basta un click e puoi avviare l'emulatore che vuoi? ---ATTUALMENTE IN BETA----- Attualmente ci sono gli emulatori per NES,SNES,Nintendo 64,GameCube,Wii,Wii U,GameBoy/Color/Advance e Nintendo (3)DS.Stiamo lavorando per aggiungere nuovi emulatori,e organizzare un interfaccia sempre più semplice. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    "Slow CPU" Emulator

    "Slow CPU" Emulator

    Slows down any given Windows process (written in C#)

    "Slow CPU" Emulator is useful for slowing down games, testing how applications deal with lag, and/or reducing the overall CPU usage of a specified process. Simply tell the emulator the update interval and speed percentage, and witness your application slowing down to the specified speed live! The code is written in C# for Windows and is extremely robust, flexible and stable, and has been tested very thoroughly.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    GIOVANNI

    GIOVANNI

    A Gameboy Emulator for the Apple Watch

    Games are loaded from your iPhone's documents directory. In iTunes, drop .gb or .gbc files into the Giovanni app documents folder, and they'll show up automatically on your Apple Watch. When you play a game for the first time, it'll download to your watch and get cached in the watch's documents directory. Subsequent loads are immediate. Emulator saving and loading is automatic and happen whenever the app gets closed/inactivated or opened/activated. In-game saving and loading is completely...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VBA-M

    VBA-M

    A merge of the original Visual Boy Advance forks

    The continuing development of the legendary VBA gameboy advance emulator.
    Leader badge
    Downloads: 178 This Week
    Last Update:
    See Project
  • 22

    dwarrendelf

    Game Boy Advance RPG (free ROM)

    In dwarrendelf you venture around in a fantasy world. You can talk to people, pick up things and fight with your sword. The game is written for Nintendo's Game Boy Advance and can be run in an emulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    BioGB

    Highly portable Gameboy Color emulator

    BioGB was designed with the following properties: 1. It most be as portable as posible. 2. The code most be easy to read.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sensa

    Sensa

    Android, DOS, FirefoxOS, Linux, MacOS and Windows all in one..

    Sensa is not an operating system, is a work environment compatible with Android © 4.4.4, Firefox OS ©, Linux Ubuntu 12.12 ©, MacOS Classic 7 ©, MS -DOS © operating systems, and Microsoft Windows 8.1 ©; whose distribution is free, and with source code available under GNU GPL 2.0 license .
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25

    jsSID

    pure JavaScript SID soundchip emulator and player for Web Audio API

    A very lightweight (14kbyte, samplecycle-based) and fast SID emulator written entirely in pure JavaScript (from scratch) for the Web Audio API, supported by most major web-browsers. No need for Flash/Java or other plugins to play SID files directly in the browser by the visitors of the webpage... See it in action with an example playlist: http://hermit.sidrip.com/player.html NOTE: I left SourceForge for reasons not ethical to mention here. You can find me and my further work at these...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB