1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-28 06:30:16 +00:00

removed fastcall from SetNewMode

This commit is contained in:
Scott Hutter 2018-12-30 11:33:45 -06:00 committed by Oliver Schmidt
parent 74f622d9c6
commit 94e623165d

View File

@ -46,7 +46,7 @@ void __fastcall__ BitOtherClip(void *proc1, void *proc2, char skipl,
void __fastcall__ GraphicsString(char *myGfxString);
#ifdef __GEOS_CBM__
void __fastcall__ SetNewMode(void);
void SetNewMode(void);
#endif
/* VIC colour constants */