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 750 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
Sep 11, 2021 - C
-
Updated
Sep 1, 2021
-
Updated
Sep 9, 2021 - Assembly
-
Updated
Aug 21, 2021 - C++
This would vastly help the Dev experience for game developers
-
Updated
Sep 14, 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
Sep 11, 2021 - C++
-
Updated
Sep 7, 2021 - Assembly
-
Updated
Sep 6, 2021 - C
-
Updated
Aug 30, 2021 - Go
-
Updated
Sep 13, 2021 - C
-
Updated
Jun 20, 2021 - Assembly
-
Updated
Nov 12, 2020 - Assembly
-
Updated
Aug 31, 2021 - Elm
-
Updated
Aug 21, 2021 - C
Audio examples for most elements of each sound channel would greatly help to understand what it actually does and put it in some hearable perspective, but also present how some parameters will act or feel differently depending on other parameters:
Example 1
Wave duty could be presented using notes C2, C4 and C6 in 1st available duty, then C2,C4,C6 in 2nd etc etc
This way user can easily hear
-
Updated
Nov 30, 2020
-
Updated
Jul 4, 2021 - Assembly
https://github.com/libretro/blastem-libretro
Alternative Genesis Core with ARM support.