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);