1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-11 05:29:33 +00:00

fixed hello.c for pce

This commit is contained in:
mrdudz 2015-07-20 16:03:03 +02:00
parent f17850cf00
commit 4afcfb3498

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