diff options
author | 2009-01-18 18:22:46 +0000 | |
---|---|---|
committer | 2009-01-18 18:22:46 +0000 | |
commit | 68a0e2c86aa75b8f2aa273421a04625987e64ba2 (patch) | |
tree | 40098bbfc8e80166d730eb82cb333baab884fa3d /src/emu/sound/c140.c | |
parent | 0335419d51f78de7963fc879ae508a6e14cdbdc3 (diff) |
Removed redundant config parameter from SND_START.
Diffstat (limited to 'src/emu/sound/c140.c')
-rw-r--r-- | src/emu/sound/c140.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/c140.c b/src/emu/sound/c140.c index a70718de926..d1d615025a0 100644 --- a/src/emu/sound/c140.c +++ b/src/emu/sound/c140.c @@ -456,7 +456,7 @@ static STREAM_UPDATE( update_stereo ) static SND_START( c140 ) { - const c140_interface *intf = config; + const c140_interface *intf = device->static_config; struct c140_info *info; info = auto_malloc(sizeof(*info)); |