-
Updated
Jul 7, 2022 - C
gameboy-emulator
Here are 288 public repositories matching this topic...
-
Updated
Jun 3, 2022
This would vastly help the Dev experience for game developers
-
Updated
Jul 7, 2022 - Rust
-
Updated
Jun 22, 2022 - C
-
Updated
Aug 30, 2021 - Go
-
Updated
Jan 14, 2022 - OCaml
-
Updated
Apr 29, 2022 - C
-
Updated
Jun 11, 2022 - Elm
-
Updated
Jan 17, 2022 - C
-
Updated
Feb 12, 2020 - Rust
-
Updated
Jul 26, 2020 - Go
-
Updated
Apr 11, 2022 - Rust
-
Updated
Sep 12, 2017 - C#
-
Updated
Jun 24, 2022 - C
-
Updated
Jul 7, 2022 - Pascal
Cache roms
Needing to load ROMs from the filesystem every time is really annoying. We can easily cache them in localStorage or something.
Also the load cart UI should be rethought to allow for "included ROMs", "saved ROMs", or "load from FOO"
-
Updated
Jun 1, 2022 - Rust
-
Updated
Nov 3, 2021 - Dart
-
Updated
Apr 22, 2021 - C++
-
Updated
May 9, 2020 - C#
-
Updated
May 26, 2022 - C
-
Updated
Jun 4, 2019 - OCaml
Improve this page
Add a description, image, and links to the gameboy-emulator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gameboy-emulator topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

We don't current have a way to get the sound output through the API. This could for example be in the form of a buffer to copy at every frame.
This might also require some work to separate the sound implementation from SDL2.