ews4800: Fix clang compile.

This commit is contained in:
Curt Coder 2021-01-15 18:30:46 +02:00
parent 54453700c1
commit 1d0a688925

View File

@ -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);