mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
hitachi/b16.cpp: fix compile
This commit is contained in:
parent
b81e508ed6
commit
b789ec1c0a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue