mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
fixed hello.c for pce
This commit is contained in:
parent
f17850cf00
commit
4afcfb3498
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user