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; }),