diff options
author | 2013-01-11 07:32:46 +0000 | |
---|---|---|
committer | 2013-01-11 07:32:46 +0000 | |
commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/emu/machine/msm58321.c | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/emu/machine/msm58321.c')
-rw-r--r-- | src/emu/machine/msm58321.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/msm58321.c b/src/emu/machine/msm58321.c index 0cf910358b7..afe3ffc0c80 100644 --- a/src/emu/machine/msm58321.c +++ b/src/emu/machine/msm58321.c @@ -92,8 +92,8 @@ inline void msm58321_device::write_counter(int counter, int value) //------------------------------------------------- msm58321_device::msm58321_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, MSM58321, "MSM58321", tag, owner, clock), - device_rtc_interface(mconfig, *this) + : device_t(mconfig, MSM58321, "MSM58321", tag, owner, clock), + device_rtc_interface(mconfig, *this) { for (int i = 0; i < 13; i++) m_reg[i] = 0; |