mirror of
https://github.com/cc65/cc65.git
synced 2025-02-25 01:29:04 +00:00
fix hello.c
This commit is contained in:
parent
b851be1b23
commit
5bf8523dcd
@ -68,7 +68,7 @@ int main (void)
|
||||
gotoxy ((XSize - strlen (Text)) / 2, YSize / 2);
|
||||
cprintf ("%s", Text);
|
||||
|
||||
#if defined(__NES__) || defined(__PCE__)
|
||||
#if defined(__NES__) || defined(__PCE__) || defined(__GAMATE__)
|
||||
|
||||
/* Wait for the user to press a button */
|
||||
joy_install (joy_static_stddrv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user