typo _fastcall -> __fastcall

This commit is contained in:
dinkc64 2014-10-08 19:35:42 +00:00
parent 71e99afc7d
commit 90c0c2bb39
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ static void __fastcall tail2nose_sound_out(UINT16 port, UINT8 data)
}
}
static UINT8 _fastcall tail2nose_sound_in(UINT16 port)
static UINT8 __fastcall tail2nose_sound_in(UINT16 port)
{
switch (port & 0xff)
{