Game Boy
The Game Boy was a line of handheld gaming devices created and sold by Nintendo. Typically development of the Game Boy done today includes homebrew games, emulator building, and preserving code and coding techniques.
Here are 774 public repositories matching this topic...
A program can tell that it's running on PyBoy because the buttons always change right at vblank.
To reproduce:
- Install PyBoy
- Start the test ROM "Telling LYs?" (which I have precompiled for your convenience here)
- Press all 8 buttons in any order
- Watch the arrow sprite at the right side
Expect: Arrow moves after each press, followed
-
Updated
Nov 28, 2021 - C
-
Updated
Nov 17, 2021
-
Updated
Nov 24, 2021 - Assembly
-
Updated
Oct 14, 2021 - C++
This would vastly help the Dev experience for game developers
-
Updated
Nov 26, 2021 - C
src/asm/parser.y is currently very messy, lacking organization and comments. Bison documentation is clear: both /* ... */ and // are supported.
- Organize rules better, possibly with "section markers" (`// -
-
Updated
Nov 28, 2021 - C++
-
Updated
Nov 15, 2021 - Assembly
-
Updated
Sep 6, 2021 - C
-
Updated
Aug 30, 2021 - Go
-
Updated
Nov 28, 2021 - C++
-
Updated
Nov 24, 2021 - Assembly
-
Updated
Nov 12, 2020 - Assembly
-
Updated
Nov 22, 2021 - C
-
Updated
Aug 31, 2021 - Elm
"LOW" and "HIGH" are used to refer to signals, but a software developer may not have the necessary background to understand what those mean. They should be at least explained in an info box at the top (as per the style guide), and maybe replaced throughout the document where it makes sense to do so.
-
Updated
Oct 8, 2021 - Assembly
https://github.com/libretro/blastem-libretro
Alternative Genesis Core with ARM support.