diff options
| author | 2009-02-17 12:26:24 +0000 | |
|---|---|---|
| committer | 2009-02-17 12:26:24 +0000 | |
| commit | 73e1917361c032bb2382ee1dd74efec38229ab3a (patch) | |
| tree | 312efd7af440c65737841397b8874d348df6d372 | |
| parent | fa4a65c389d87e587c6a1d56f650991e4fa0389e (diff) | |
Compilation fix
| -rw-r--r-- | src/emu/sound/sid6581.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/sid6581.c b/src/emu/sound/sid6581.c index 30276322ec8..acd10f6bb91 100644 --- a/src/emu/sound/sid6581.c +++ b/src/emu/sound/sid6581.c @@ -58,7 +58,7 @@ static DEVICE_RESET( sid ) static DEVICE_START( sid6581 ) { - sid_start(devices, MOS6581); + sid_start(device, MOS6581); } |
