From: mrdudz Date: Mon, 30 Nov 2015 18:48:10 +0000 (+0100) Subject: fix hello.c X-Git-Tag: V2.16~178^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5bf8523dcd61f140e7ed5921e529a1b75c9b471b;p=cc65 fix hello.c --- diff --git a/samples/hello.c b/samples/hello.c index 78c28af89..385112367 100644 --- a/samples/hello.c +++ b/samples/hello.c @@ -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);