summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/lmc1992.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/lmc1992.c')
-rw-r--r--src/emu/sound/lmc1992.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/lmc1992.c b/src/emu/sound/lmc1992.c
index 2aa84de70ab..b04a05404c7 100644
--- a/src/emu/sound/lmc1992.c
+++ b/src/emu/sound/lmc1992.c
@@ -32,7 +32,7 @@
#define LOG 0
-#define MICROWIRE_DEVICE_ADDRESS 2
+#define MICROWIRE_DEVICE_ADDRESS 2
enum
@@ -141,7 +141,7 @@ inline void lmc1992_device::execute_command(int addr, int data)
lmc1992_device::lmc1992_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, LMC1992, "LMC1992", tag, owner, clock),
- device_sound_interface(mconfig, *this)
+ device_sound_interface(mconfig, *this)
{
}