]> git.sur5r.net Git - cc65/commitdiff
fixed hello.c for pce
authormrdudz <mrdudz@users.noreply.github.com>
Mon, 20 Jul 2015 14:03:03 +0000 (16:03 +0200)
committermrdudz <mrdudz@users.noreply.github.com>
Mon, 20 Jul 2015 14:03:03 +0000 (16:03 +0200)
samples/hello.c

index 749a9d859e397f2d17969fdd7f5722bc5a51385a..78c28af89ca6b1b705e70c60ae9361c58dd20910 100644 (file)
@@ -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);