mirror of
https://github.com/holub/mame
synced 2025-06-26 14:24:12 +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?
|
// 0x64 -> ack or clear irq 4?
|
||||||
map(0x01d80001, 0x01d80001).lrw8(
|
map(0x01d80001, 0x01d80001).lrw8(
|
||||||
[this]()
|
[]()
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}, "int?_r",
|
}, "int?_r",
|
||||||
|
Loading…
Reference in New Issue
Block a user