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 764 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
Oct 15, 2021 - C
-
Updated
Sep 22, 2021
-
Updated
Oct 8, 2021 - Assembly
-
Updated
Oct 14, 2021 - C++
This would vastly help the Dev experience for game developers
-
Updated
Oct 17, 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
Oct 18, 2021 - C++
-
Updated
Sep 28, 2021 - Assembly
-
Updated
Sep 6, 2021 - C
-
Updated
Aug 30, 2021 - Go
-
Updated
Oct 18, 2021 - C++
-
Updated
Oct 15, 2021 - Assembly
-
Updated
Nov 12, 2020 - Assembly
-
Updated
Oct 17, 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
Nov 30, 2020
Signed-off-by: Joseph Mattello mail@joemattiello.com
Conflicts:
.gitmodules
What does this PR do
Where should the reviewer start
How should this be manually tested
Any background context you want to provide
What are the relevant tickets
Screenshots (important for UI changes)
Questions