summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2021-01-15 18:30:46 +0200
committer Curt Coder <curtcoder@mail.com>2021-01-15 18:30:46 +0200
commit1d0a68892539d79f2d0e6f866f8357bf85f05d78 (patch)
tree33583d64adc42a954d97f3e976b0bad7ecf4f033 /src/mame/drivers
parent54453700c131808d55818c36ed83cefabee45554 (diff)
ews4800: Fix clang compile.
Diffstat (limited to 'src/mame/drivers')
-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);