summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/isa_adlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/isa_adlib.c')
-rw-r--r--src/mess/machine/isa_adlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/isa_adlib.c b/src/mess/machine/isa_adlib.c
index f9561253f5c..e7709567e75 100644
--- a/src/mess/machine/isa_adlib.c
+++ b/src/mess/machine/isa_adlib.c
@@ -67,7 +67,7 @@ machine_config_constructor isa8_adlib_device::device_mconfig_additions() const
//-------------------------------------------------
isa8_adlib_device::isa8_adlib_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, ISA8_ADLIB, "Ad Lib Sound Card", tag, owner, clock),
+ : device_t(mconfig, ISA8_ADLIB, "Ad Lib Sound Card", tag, owner, clock),
device_isa8_card_interface( mconfig, *this )
{
}