]> git.sur5r.net Git - cc65/commitdiff
fix hello.c
authormrdudz <mrdudz@users.noreply.github.com>
Mon, 30 Nov 2015 18:48:10 +0000 (19:48 +0100)
committermrdudz <mrdudz@users.noreply.github.com>
Mon, 30 Nov 2015 18:48:10 +0000 (19:48 +0100)
samples/hello.c

index 78c28af89ca6b1b705e70c60ae9361c58dd20910..385112367fac1e3ca1ddb6f1ca9f1e252a4aa446 100644 (file)
@@ -68,7 +68,7 @@ int main (void)
     gotoxy ((XSize - strlen (Text)) / 2, YSize / 2);
     cprintf ("%s", Text);
 
-#if defined(__NES__) || defined(__PCE__)
+#if defined(__NES__) || defined(__PCE__) || defined(__GAMATE__)
 
     /* Wait for the user to press a button */
     joy_install (joy_static_stddrv);