mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +03:00
MSVC fix [Atari Ace]
This commit is contained in:
parent
7adfe02bb3
commit
ebef239e0c
@ -57,14 +57,14 @@ static SND_RESET( sid )
|
||||
|
||||
static SND_START( sid6581 )
|
||||
{
|
||||
return sid_start(device, clock, MOS6581);
|
||||
sid_start(device, clock, MOS6581);
|
||||
}
|
||||
|
||||
|
||||
|
||||
static SND_START( sid8580 )
|
||||
{
|
||||
return sid_start(device, clock, MOS8580);
|
||||
sid_start(device, clock, MOS8580);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user