summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/isa_wd1002a_wx1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/isa_wd1002a_wx1.c')
-rw-r--r--src/mess/machine/isa_wd1002a_wx1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/isa_wd1002a_wx1.c b/src/mess/machine/isa_wd1002a_wx1.c
index de5da644960..8e01f284cc4 100644
--- a/src/mess/machine/isa_wd1002a_wx1.c
+++ b/src/mess/machine/isa_wd1002a_wx1.c
@@ -48,7 +48,7 @@ const rom_entry *isa8_wd1002a_wx1_device::device_rom_region() const
isa8_wd1002a_wx1_device::isa8_wd1002a_wx1_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, ISA8_WD1002A_WX1, "WD1002A-WX1", tag, owner, clock, "wd1002a_wx1", __FILE__),
- device_isa8_card_interface( mconfig, *this )
+ device_isa8_card_interface( mconfig, *this )
{
}