gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 0b96abf3a0d33ea29a40ef7ce0bbc8e15ea70193 parent 1e9d73fd53b81494ae8e96079b627f71f5c3a988 Author: Toxa <untoxa@mail.ru> Date: Wed, 11 Mar 2026 10:32:45 +0300 EXAMPLES: fix testrand example comments in code Diffstat:
| M | gbdk-lib/examples/cross-platform/randtest/src/testrand.c | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gbdk-lib/examples/cross-platform/randtest/src/testrand.c b/gbdk-lib/examples/cross-platform/randtest/src/testrand.c @@ -1,7 +1,6 @@ /* - fonts.c - Simple example of how to use multiple fonts on the GB - Michael Hope, 1999. + testrand.c + Simple example of how to use random number generator */ #include <stdio.h>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.