summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ews4800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ews4800.cpp')
-rw-r--r--src/mame/drivers/ews4800.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ews4800.cpp b/src/mame/drivers/ews4800.cpp
index 4a5cf010fee..02e69638274 100644
--- a/src/mame/drivers/ews4800.cpp
+++ b/src/mame/drivers/ews4800.cpp
@@ -149,7 +149,7 @@ void ews4800_state::ews4800_310(machine_config &config)
// scsi host adapter (NCR53C96)
NSCSI_CONNECTOR(config, "scsi:7").option_set("ncr53c96", NCR53C94).clock(24_MHz_XTAL).machine_config(
- [this](device_t *device)
+ [](device_t *device)
{
ncr53c94_device &adapter = downcast<ncr53c94_device &>(*device);