mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
And another place.
This commit is contained in:
parent
57dd49d32e
commit
ede41d3262
@ -361,7 +361,7 @@ READ64_DEVICE_HANDLER( naomibd_r )
|
|||||||
if (v->type == AW_ROM_BOARD)
|
if (v->type == AW_ROM_BOARD)
|
||||||
{
|
{
|
||||||
mame_printf_debug("AW_ROM_BOARD read @ %x mask %llx\n", offset, mem_mask);
|
mame_printf_debug("AW_ROM_BOARD read @ %x mask %llx\n", offset, mem_mask);
|
||||||
return 0xffffffffffffffff;
|
return U64(0xffffffffffffffff);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ROM_DATA
|
// ROM_DATA
|
||||||
|
Loading…
Reference in New Issue
Block a user