From: mrdudz Date: Mon, 20 Jul 2015 14:03:03 +0000 (+0200) Subject: fixed hello.c for pce X-Git-Tag: V2.16~231^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4afcfb34982fbd3ed817fb29997c14b799a21ed2;p=cc65 fixed hello.c for pce --- diff --git a/samples/hello.c b/samples/hello.c index 749a9d859..78c28af89 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__) +#if defined(__NES__) || defined(__PCE__) /* Wait for the user to press a button */ joy_install (joy_static_stddrv);