Remove a no-longer-needed check, nw

This commit is contained in:
mooglyguy 2018-08-08 03:56:20 +02:00
parent 524025f409
commit eda89be8b6

View File

@ -141,10 +141,6 @@ void policetr_state::render_display_list(offs_t offset)
WRITE32_MEMBER(policetr_state::video_w)
{
/* we assume 4-byte accesses */
if (mem_mask)
logerror("%s: video_w access with mask %08X\n", machine().describe_context(), mem_mask);
/* 4 offsets */
switch (offset)
{