And another place.

This commit is contained in:
R. Belmont 2009-08-07 05:32:27 +00:00
parent 57dd49d32e
commit ede41d3262

View File

@ -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