From b789ec1c0a4c8ef9072f839e51c72d4c405991e2 Mon Sep 17 00:00:00 2001 From: angelosa Date: Sun, 22 Sep 2024 16:24:54 +0200 Subject: hitachi/b16.cpp: fix compile --- src/mame/hitachi/b16.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/hitachi/b16.cpp b/src/mame/hitachi/b16.cpp index 04582e62ea5..2ea47e9aa82 100644 --- a/src/mame/hitachi/b16.cpp +++ b/src/mame/hitachi/b16.cpp @@ -309,7 +309,7 @@ void b16_state::b16_io(address_map &map) }) ); map(0x79, 0x79).lrw8( - NAME([this] () { + NAME([] () { // bit 0 read at POST return 0; }), -- cgit v1.2.3