diff options
author | 2009-02-17 15:31:20 +0000 | |
---|---|---|
committer | 2009-02-17 15:31:20 +0000 | |
commit | cef6764910e75f5e212fdef18ab75135b4144020 (patch) | |
tree | 2aceb9a6b874fc333ad98ce42a580ded9a6039f9 /src/emu/sound/k054539.c | |
parent | 77a98627d90a3ea23a955272856c15cdada0ddae (diff) |
Cleanups and version bump.mame0129u4
Diffstat (limited to 'src/emu/sound/k054539.c')
-rw-r--r-- | src/emu/sound/k054539.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/k054539.c b/src/emu/sound/k054539.c index 8c2e71b8501..95a149aed86 100644 --- a/src/emu/sound/k054539.c +++ b/src/emu/sound/k054539.c @@ -646,7 +646,7 @@ static DEVICE_START( k054539 ) static const k054539_interface defintrf = { 0 }; int i; k054539_state *info = get_safe_token(device); - + info->device = device; for (i = 0; i < 8; i++) |