mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
Compilation fix
This commit is contained in:
parent
fa4a65c389
commit
73e1917361
@ -58,7 +58,7 @@ static DEVICE_RESET( sid )
|
|||||||
|
|
||||||
static DEVICE_START( sid6581 )
|
static DEVICE_START( sid6581 )
|
||||||
{
|
{
|
||||||
sid_start(devices, MOS6581);
|
sid_start(device, MOS6581);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user