hitachi/b16.cpp: fix compile

This commit is contained in:
angelosa 2024-09-22 16:24:54 +02:00
parent b81e508ed6
commit b789ec1c0a

View file

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