mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
ncd88k: appease clang
This commit is contained in:
parent
5067b4996b
commit
4a708abb8f
@ -313,7 +313,7 @@ void ncdmcx_state::data_map(address_map &map)
|
||||
|
||||
// 0x64 -> ack or clear irq 4?
|
||||
map(0x01d80001, 0x01d80001).lrw8(
|
||||
[this]()
|
||||
[]()
|
||||
{
|
||||
return 0;
|
||||
}, "int?_r",
|
||||
|
Loading…
Reference in New Issue
Block a user