You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libatari800/atari800_antic.c:3055:7: error: call to undeclared function 'CPU_DLI'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
CPU_DLI();
^
libatari800/atari800_antic.c:3055:7: note: did you mean 'CPU_NMI'?
libatari800/atari800/src/cpu.h:24:6: note: 'CPU_NMI' declared here
void CPU_NMI(void);
^
libatari800/atari800_antic.c:3070:6: error: call to undeclared function 'CPU_DLI'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
CPU_DLI();
^
libatari800/atari800_antic.c:3218:3: error: call to undeclared function 'CPU_VBI'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
CPU_VBI();
^
libatari800/atari800_antic.c:3218:3: note: did you mean 'CPU_NMI'?
libatari800/atari800/src/cpu.h:24:6: note: 'CPU_NMI' declared here
void CPU_NMI(void);
^
3 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
The text was updated successfully, but these errors were encountered:
libatari800/atari800_antic.c:3055:7: error: call to undeclared function 'CPU_DLI'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
CPU_DLI();
^
libatari800/atari800_antic.c:3055:7: note: did you mean 'CPU_NMI'?
libatari800/atari800/src/cpu.h:24:6: note: 'CPU_NMI' declared here
void CPU_NMI(void);
^
libatari800/atari800_antic.c:3070:6: error: call to undeclared function 'CPU_DLI'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
CPU_DLI();
^
libatari800/atari800_antic.c:3218:3: error: call to undeclared function 'CPU_VBI'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
CPU_VBI();
^
libatari800/atari800_antic.c:3218:3: note: did you mean 'CPU_NMI'?
libatari800/atari800/src/cpu.h:24:6: note: 'CPU_NMI' declared here
void CPU_NMI(void);
^
3 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
The text was updated successfully, but these errors were encountered: