mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
its not that fatal (nw)
This commit is contained in:
parent
cbc69f9e65
commit
1fcb7dd0e0
@ -2016,7 +2016,7 @@ WRITE64_MEMBER( powervr2_device::ta_fifo_poly_w )
|
||||
}
|
||||
else
|
||||
{
|
||||
fatalerror("ta_fifo_poly_w: Only 64 bit writes supported!\n");
|
||||
osd_printf_debug("%s",string_format("ta_fifo_poly_w: Unmapped write64 %08x = %I64x mask %I64x\n", 0x10000000+offset*8, data, mem_mask).c_str());
|
||||
}
|
||||
|
||||
tafifo_pos &= tafifo_mask;
|
||||
|
Loading…
Reference in New Issue
Block a user