We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852014f commit 070b1e0Copy full SHA for 070b1e0
examples/c64/plasma.c
@@ -63,7 +63,7 @@ void start_sid_random_generator(void) {
63
}
64
65
/* Pseudo random number generator using SID noise */
66
-inline uint8_t rand8(void) { return SID.noise; }
+uint8_t rand8(void) { return SID.noise; }
67
68
/* Generate charset with 8 * 256 characters */
69
void make_charset(void) {
0 commit comments