mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Remove a no-longer-needed check, nw
This commit is contained in:
parent
524025f409
commit
eda89be8b6
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user