diff options
author | 2011-04-25 15:20:42 +0000 | |
---|---|---|
committer | 2011-04-25 15:20:42 +0000 | |
commit | b70104f84e0899ba7ce8dbaf2bba9f1403956147 (patch) | |
tree | 8eb6a3f9e064ee644e2e213c630d6744135035cf /src/emu/sound/cdp1863.c | |
parent | c0de51821f3f76cafe1a962bfaceded462cf8e12 (diff) |
Cleanups and version bumpmame0142u2
Diffstat (limited to 'src/emu/sound/cdp1863.c')
-rw-r--r-- | src/emu/sound/cdp1863.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/cdp1863.c b/src/emu/sound/cdp1863.c index 436bf34819b..8fd1dd88f61 100644 --- a/src/emu/sound/cdp1863.c +++ b/src/emu/sound/cdp1863.c @@ -82,7 +82,7 @@ device_t *cdp1863_device_config::alloc_device(running_machine &machine) const void cdp1863_device_config::static_set_config(device_config *device, int clock2) { cdp1863_device_config *cdp1863 = downcast<cdp1863_device_config *>(device); - + cdp1863->m_clock2 = clock2; } |