typo _fastcall -> __fastcall
This commit is contained in:
parent
71e99afc7d
commit
90c0c2bb39
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue